Featured
-
No Featured Found!
Tags
Loading an external SWF file and Instantiate Class From a swf in flex using as3
SWF files are loaded using the Loader class:
1.Create a new URLRequest object with the url of the file.
2.Create a new Loader object.
3.Call the Loader object's load() method, passing the URLRequest instance as a parameter.
4.Call the addChil...