| Package | efnx.net |
| Class | public class MultiURLLoader |
| Inheritance | MultiURLLoader flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| dataFormat : String
The format of the return data.
| MultiURLLoader | ||
| isLoaded : Boolean [read-only]
Returns whether or not all resources are loaded.
| MultiURLLoader | ||
| length : int [read-only]
Returns the number of resources listed.
| MultiURLLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
| MultiURLLoader | ||
|
get(entryName:String):*
Retrieves a resource.
| MultiURLLoader | ||
|
hasLoaded(entryName:String = ""):Boolean
Returns whether or not a given resource has loaded.
| MultiURLLoader | ||
|
load(path:String, entryName:String = ""):void
Starts the loading of a resource.
| MultiURLLoader | ||
|
toString():String
| MultiURLLoader | ||
|
unload(entryName:String):void
Unloads a given resource.
| MultiURLLoader | ||
|
unloadAll():void
Unloads all resources.
| MultiURLLoader | ||
| dataFormat | property |
dataFormat:String [read-write]The format of the return data.
Implementation public function get dataFormat():String
public function set dataFormat(value:String):void
See also
| isLoaded | property |
isLoaded:Boolean [read-only]Returns whether or not all resources are loaded.
Implementation public function get isLoaded():Boolean
| length | property |
length:int [read-only]Returns the number of resources listed.
Implementation public function get length():int
| MultiURLLoader | () | constructor |
public function MultiURLLoader()
| get | () | method |
public function get(entryName:String):*Retrieves a resource.
ParametersentryName:String — Then name of the resource to retrieve.
|
* |
| hasLoaded | () | method |
public function hasLoaded(entryName:String = ""):BooleanReturns whether or not a given resource has loaded.
ParametersentryName:String (default = "") — Then name of the resource.
|
Boolean |
| load | () | method |
public function load(path:String, entryName:String = ""):voidStarts the loading of a resource.
Parameterspath:String — The path to the resource to load.
|
|
entryName:String (default = "") — Then name of the resource to use in retrieval.
|
| toString | () | method |
public override function toString():StringReturns
String |
| unload | () | method |
public function unload(entryName:String):voidUnloads a given resource.
ParametersentryName:String — The name of the resource to unload.
|
| unloadAll | () | method |
public function unloadAll():voidUnloads all resources.