| Package | com.acleveraddress.net.multi_loader.events |
| Class | public class MultiLoaderEvent |
| Inheritance | MultiLoaderEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
MultiLoaderEvent(type:String, id:Boolean = null, value:* = null, bubbles:* = false)
| MultiLoaderEvent | ||
|
clone():Event
| MultiLoaderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LOAD_COMPLETE : String = "multi_loader_complete" [static]
| MultiLoaderEvent | ||
| LOAD_PROGRESS : String = "multi_loader_progress" [static]
| MultiLoaderEvent | ||
| LOAD_START : String = "multi_loader_start" [static]
| MultiLoaderEvent | ||
| PRIORITY_UPDATED : String = "multi_loader_priority_updated" [static]
| MultiLoaderEvent | ||
| READY_TO_PLAY : String = "multi_loader_video_ready_to_play" [static]
Specific video events
| MultiLoaderEvent | ||
| REMOVE_ITEM : String = "multi_loader_remove_item" [static]
| MultiLoaderEvent | ||
| id | property |
public var id:*
| value | property |
public var value:*
| MultiLoaderEvent | () | constructor |
public function MultiLoaderEvent(type:String, id:Boolean = null, value:* = null, bubbles:* = false)Parameters
type:String |
|
id:Boolean (default = null) |
|
value:* (default = null) |
|
bubbles:* (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| LOAD_COMPLETE | constant |
public static const LOAD_COMPLETE:String = "multi_loader_complete"
| LOAD_PROGRESS | constant |
public static const LOAD_PROGRESS:String = "multi_loader_progress"
| LOAD_START | constant |
public static const LOAD_START:String = "multi_loader_start"
| PRIORITY_UPDATED | constant |
public static const PRIORITY_UPDATED:String = "multi_loader_priority_updated"
| READY_TO_PLAY | constant |
public static const READY_TO_PLAY:String = "multi_loader_video_ready_to_play"Specific video events
| REMOVE_ITEM | constant |
public static const REMOVE_ITEM:String = "multi_loader_remove_item"