Script AS3 for Adobe Flash

The following script loadmovienum AS 3 which function to call the swf file out stage


var imageRequest:URLRequest = new URLRequest("Movie.swf");
var imageLoader:Loader = new Loader();
imageLoader.load(imageRequest);

addChild(imageLoader);

Android Studio

Next Tutorial