| Package | com.acleveraddress.net.multi_loader.events |
| Class | public class VideoEvent |
| Inheritance | VideoEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
VideoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| VideoEvent | ||
|
clone():Event
| VideoEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BUFFER_EMPTY : String = "buffer_empty" [static]
| VideoEvent | ||
| BUFFER_FULL : String = "buffer_full" [static]
| VideoEvent | ||
| META_LOADED : String = "meta_loaded" [static]
| VideoEvent | ||
| VIDEO_START : String = "video_start" [static]
| VideoEvent | ||
| VIDEO_STOP : String = "video_stop" [static]
| VideoEvent | ||
| VideoEvent | () | constructor |
public function VideoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| BUFFER_EMPTY | constant |
public static const BUFFER_EMPTY:String = "buffer_empty"
| BUFFER_FULL | constant |
public static const BUFFER_FULL:String = "buffer_full"
| META_LOADED | constant |
public static const META_LOADED:String = "meta_loaded"
| VIDEO_START | constant |
public static const VIDEO_START:String = "video_start"
| VIDEO_STOP | constant |
public static const VIDEO_STOP:String = "video_stop"