| Property | Defined by | ||
|---|---|---|---|
| info : Object | VideoEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
VideoEvent($type:String, $info:Object = null, $bubbles:Boolean = false, $cancelable:Boolean = false)
| VideoEvent | ||
|
clone():Event
| VideoEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BUFFERING_STATE_ENTERED : String = "bufferingStateEntered" [static]
| VideoEvent | ||
| COMPLETE : String = "complete" [static]
| VideoEvent | ||
| CUE_POINT : String = "cuePoint" [static]
| VideoEvent | ||
| LOAD_COMPLETE : String = "loadComplete" [static]
| VideoEvent | ||
| LOAD_ERROR : String = "loadError" [static]
| VideoEvent | ||
| LOOP : String = "loop" [static]
| VideoEvent | ||
| META_DATA_RECEIVED : String = "metaDataReceived" [static]
| VideoEvent | ||
| PAUSED_STATE_ENTERED : String = "pausedStateEntered" [static]
| VideoEvent | ||
| PLAYING_STATE_ENTERED : String = "playingStateEntered" [static]
| VideoEvent | ||
| READY : String = "ready" [static]
| VideoEvent | ||
| RESIZE : String = "resizeVideo" [static]
| VideoEvent | ||
| STALLED : String = "stalled" [static]
| VideoEvent | ||
| START : String = "start" [static]
| VideoEvent | ||
| VERSION : Number = 0.96 [static]
| VideoEvent | ||
| info | property |
public var info:Object
| VideoEvent | () | constructor |
public function VideoEvent($type:String, $info:Object = null, $bubbles:Boolean = false, $cancelable:Boolean = false)Parameters
$type:String |
|
$info:Object (default = null) |
|
$bubbles:Boolean (default = false) |
|
$cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| BUFFERING_STATE_ENTERED | constant |
public static const BUFFERING_STATE_ENTERED:String = "bufferingStateEntered"
| COMPLETE | constant |
public static const COMPLETE:String = "complete"
| CUE_POINT | constant |
public static const CUE_POINT:String = "cuePoint"
| LOAD_COMPLETE | constant |
public static const LOAD_COMPLETE:String = "loadComplete"
| LOAD_ERROR | constant |
public static const LOAD_ERROR:String = "loadError"
| LOOP | constant |
public static const LOOP:String = "loop"
| META_DATA_RECEIVED | constant |
public static const META_DATA_RECEIVED:String = "metaDataReceived"
| PAUSED_STATE_ENTERED | constant |
public static const PAUSED_STATE_ENTERED:String = "pausedStateEntered"
| PLAYING_STATE_ENTERED | constant |
public static const PLAYING_STATE_ENTERED:String = "playingStateEntered"
| READY | constant |
public static const READY:String = "ready"
| RESIZE | constant |
public static const RESIZE:String = "resizeVideo"
| STALLED | constant |
public static const STALLED:String = "stalled"
| START | constant |
public static const START:String = "start"
| VERSION | constant |
public static const VERSION:Number = 0.96