Hi guys, I’ve got a problem with compiling error here.
I’m about loading movie externally here, but when I was rendering all there’s compiling error,
Here the code :
import flash.ui.MouseCursor;
var myLoader:Loader = new Loader();
this.addChild(myLoader);
myLoader.load(new URLRequest("D:/Flash/cyan.swf"));
myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, swfIn);
function swfIn(e:Event):void
{
myLoader.x = 90;
myLoader.y = 302;
}
How come it happen?
How can I fix this?
I’m waiting for your response guys
Thank you.:ne: