
im loading the file using the given below code:
var Xpos:Number=0;
var Ypos:Number=0;
var swf:MovieClip;
var loader:Loader=new Loader();
var defaultSWF:URLRequest=new URLRequest("test-2.swf");
loader.load(defaultSWF);
loader.x=Xpos;
loader.y=Ypos;
addChild(loader);
in the above example "test2.swf" contains some animation using 3d rotation tool. can anyone tell me why its not showing any animation on load????? please help!!!
thanks a lot in advance!
If you would like to make a comment, please fill out the form below.
Recent Comments