Package | com.gestureworks.cml.loaders |
Class | public class IMGLoader |
Inheritance | IMGLoader ![]() ![]() |
See also
Method | Defined By | ||
---|---|---|---|
Constructor
| IMGLoader | ||
![]() | load(url:String):void
Loads an external bitmap file
| LoaderFactory | |
![]() | unloadAndStop():void
Unloads and stops current loading process
| LoaderFactory |
Method | Defined By | ||
---|---|---|---|
onComplete(e:Event):void [override] | IMGLoader | ||
![]() | onError(e:IOErrorEvent):void | LoaderFactory | |
![]() | onProgress(e:ProgressEvent):void | LoaderFactory |
Constant | Defined By | ||
---|---|---|---|
COMPLETE : String = COMPLETE [static]
The COMPLETE string is dispatched when the file has loaded. | IMGLoader |
IMGLoader | () | Constructor |
public function IMGLoader()
Constructor
onComplete | () | method |
override protected function onComplete(e:Event):void
Parameters
e:Event |
COMPLETE | Constant |
public static const COMPLETE:String = COMPLETE
The COMPLETE string is dispatched when the file has loaded.