Package | com.gestureworks.cml.loaders |
Class | public class SWFLoader |
Inheritance | SWFLoader ![]() ![]() |
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):void
Loads an external swf file
Parameters
url:String |
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.