Copy link to clipboard
Copied
I wish to load an external swf file from the internet- in a cloud storage- into my animate as3 gameo
Copy link to clipboard
Copied
use the loader class:
var loader = new Loader();
loader.load(new URLRequest("http:// etc to your swf file.swf"));
addChild(loader();
Find more inspiration, events, and resources on the new Adobe Community
Explore Now