| Package | com.gestureworks.cml.loaders |
| Class | public class SWFLoader |
| Inheritance | SWFLoader LoaderFactory flash.events.EventDispatcher |
See also
| Method | Defined By | ||
|---|---|---|---|
Constructor
| SWFLoader | ||
load(url:String):void [override]
Loads an external swf file
| SWFLoader | ||
![]() | unloadAndStop():void
Unloads and stops current loading process
| LoaderFactory | |
| Method | Defined By | ||
|---|---|---|---|
onComplete(e:Event):void [override] | SWFLoader | ||
![]() | 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. | SWFLoader | ||
| SWFLoader | () | Constructor |
public function SWFLoader()Constructor
| load | () | method |
override public function load(url:String):voidLoads an external swf file
Parameters
url:String |
| 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.