| Package | com.gestureworks.cml.loaders |
| Class | public class IMGLoader |
| Inheritance | IMGLoader LoaderFactory flash.events.EventDispatcher |
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):voidParameters
e:Event |
| COMPLETE | Constant |
public static const COMPLETE:String = COMPLETEThe COMPLETE string is dispatched when the file has loaded.