![]() | ![]() |


Definition at line 18 of file MediaLoader.as.
Public Member Functions | |
| function get | MediaPath () |
| function set | MediaPath (aValue:String) |
| function get | MediaType () |
| function set | MediaType (aValue:MediaTypes) |
| function get | UnloadMediaAfterLoad () |
| function set | UnloadMediaAfterLoad (aValue:Boolean) |
| function | MediaLoader (aMedia:MediaDisplay, aMediaPath:String, aMediaType:MediaTypes) |
| function | start () |
| function | isImmediatelyInterruptable () |
| function | interrupt () |
| function | unloadData () |
| function | getProgress () |
| function | isRunning () |
Private Member Functions | |
| function | onMediaProgress (ev) |
| function | mediaLoaded () |
Private Attributes | |
| var | mIsRunning:Boolean |
| var | mInterrupted:Boolean |
| var | mPercentsLoaded:Number |
| var | mProgressDelegate:Function |
| var | mMedia:MediaDisplay |
| var | mMediaPath:String |
| var | mMediaType:MediaTypes |
| var | mUnloadMediaAfterLoad:Boolean |
| function gugga.components.MediaLoader.MediaLoader | ( | aMedia:MediaDisplay | , | |
| aMediaPath:String | , | |||
| aMediaType:MediaTypes | ||||
| ) |
Definition at line 42 of file MediaLoader.as.
| function get gugga.components.MediaLoader.MediaPath | ( | ) |
Definition at line 30 of file MediaLoader.as.
| function set gugga.components.MediaLoader.MediaPath | ( | aValue:String | ) |
Definition at line 31 of file MediaLoader.as.
| function get gugga.components.MediaLoader.MediaType | ( | ) |
Definition at line 34 of file MediaLoader.as.
| function set gugga.components.MediaLoader.MediaType | ( | aValue:MediaTypes | ) |
Definition at line 35 of file MediaLoader.as.
| function get gugga.components.MediaLoader.UnloadMediaAfterLoad | ( | ) |
Definition at line 38 of file MediaLoader.as.
| function set gugga.components.MediaLoader.UnloadMediaAfterLoad | ( | aValue:Boolean | ) |
Definition at line 39 of file MediaLoader.as.
| function gugga.components.MediaLoader.start | ( | ) |
Definition at line 56 of file MediaLoader.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.MediaLoader.isImmediatelyInterruptable | ( | ) |
Definition at line 70 of file MediaLoader.as.
| function gugga.components.MediaLoader.interrupt | ( | ) |
Definition at line 75 of file MediaLoader.as.
| function gugga.components.MediaLoader.unloadData | ( | ) |
Definition at line 81 of file MediaLoader.as.
| function gugga.components.MediaLoader.onMediaProgress | ( | ev | ) | [private] |
Definition at line 87 of file MediaLoader.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.MediaLoader.mediaLoaded | ( | ) | [private] |
Definition at line 99 of file MediaLoader.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.MediaLoader.getProgress | ( | ) |
Definition at line 121 of file MediaLoader.as.
| function gugga.components.MediaLoader.isRunning | ( | ) |
Definition at line 126 of file MediaLoader.as.
var gugga.components.MediaLoader.mIsRunning [private] |
Definition at line 20 of file MediaLoader.as.
var gugga.components.MediaLoader.mInterrupted [private] |
Definition at line 21 of file MediaLoader.as.
var gugga.components.MediaLoader.mPercentsLoaded [private] |
Definition at line 23 of file MediaLoader.as.
var gugga.components.MediaLoader.mProgressDelegate [private] |
Definition at line 25 of file MediaLoader.as.
var gugga.components.MediaLoader.mMedia [private] |
Definition at line 27 of file MediaLoader.as.
var gugga.components.MediaLoader.mMediaPath [private] |
Definition at line 29 of file MediaLoader.as.
var gugga.components.MediaLoader.mMediaType [private] |
Definition at line 33 of file MediaLoader.as.
var gugga.components.MediaLoader.mUnloadMediaAfterLoad [private] |
Definition at line 37 of file MediaLoader.as.
1.5.2