This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* MythFlash is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
* MythFlash is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with MythFlash; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Expand All
@@ -23,13 +23,13 @@
packageMythFlash.MFPlayer
{
import mx.core.UIComponent;
import flash.display.Stage;
import flash.display.StageDisplayState;
import mx.controls.VideoDisplay;
import MythFlash.MFPlayer.MFPlayerControl;
import flash.events.Event;
import flash.events.FullScreenEvent;
import flash.events.MouseEvent;
Expand All
@@ -39,7 +39,7 @@ package MythFlash.MFPlayer
import mx.styles.StyleManager;
import flash.ui.Mouse;
import mx.effects.Fade;
/**
* The MFPlayer component allows you to play an FLV file or stream in a Flex/Flash application. This component allows you to reassign the controls and supports full screen mode.
**/
Expand All
@@ -54,93 +54,93 @@ package MythFlash.MFPlayer
privatevar fullscreen:Boolean;
privatevar controllerTimer:Timer;
privatevar_styles:String;
// UI Components
protectedvar video:VideoDisplay;
protectedvar videoController:MFPlayerControl;
privatevar vcOrigAlpha:Number;
// Animation Effects
/**
* Default constructor
**/
function MFPlayer()
{
}
/**
* Initializes the internal structure of the component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters