Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The VideoPreview class extends VideoPlayer to play video content with more controls.
source
aspectRatio:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The aspect ratio of the preview.
This property can be used as the source for data binding.
Implementation public function get aspectRatio():Number
public function set aspectRatio(value:Number):void
See also
protected var autoWatch:AutoWatch
protected var controlBarChanging:Boolean
protected var doubleClickHandler:DoubleClickHandler
model:IPreviewModel
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The current preview model.
This property can be used as the source for data binding.
Implementation public function get model():IPreviewModel
public function set model(value:IPreviewModel):void
See also
public static var PAUSED:String = paused
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The "paused" state for VideoPreview and its skin
public static var PAUSED_HOVER:String = pausedHover
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The "pausedHover" state for VideoPreview and its skin
public static var PLAYING:String = playing
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The "playing" state for VideoPreview and its skin
public static var PLAYING_HOVER:String = playingHover
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The "playingHover" state for VideoPreview and its skin
protected var rollOver:Boolean
skinState:String
Implementation protected function get skinState():String
protected function set skinState(value:String):void
source:Object
[write-only] [override]
Implementation public function set source(value:Object):void
public static var STOPPED:String = stopped
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The "stopped" state for VideoPreview and its skin
public static var STOPPED_HOVER:String = stoppedHover
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The "stoppedHover" state for VideoPreview and its skin
public function VideoPreview()
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Constructor
override protected function attachSkin():void
protected function controlBar_mouseDownHandler(e:Event):void
Parameters
protected function controlBar_mouseUpHandler(e:Event):void
Parameters
override protected function detachSkin():void
override protected function getCurrentSkinState():String
Returns protected function initStates():void
protected function keyboardHandler(event:KeyboardEvent):void
Parameters
protected function mouseClickHandler(event:MouseEvent):void
Parameters
protected function onMediaStateChange(e:MediaPlayerStateChangeEvent):void
Parameters
| e:MediaPlayerStateChangeEvent |
override protected function partAdded(partName:String, instance:Object):void
Parameters
| partName:String |
|
| instance:Object |
override protected function partRemoved(partName:String, instance:Object):void
Parameters
| partName:String |
|
| instance:Object |
protected function rollOutHandler(e:Event):void
Parameters
protected function rollOverHandler(e:Event):void
Parameters
protected function setDimensions():void
protected function setInvalidVideo():void
protected static const NEAR_ZERO:Number = 0.041666666666666664
Mon Apr 25 2011, 05:54 PM -07:00