HELP!! flash cs4 does not play 3d rotation animation, if loaded from other SWF file

By suneel.designer | Jul 7, 2009

actionscript3

hi all,
im facing a very vague problem.
i have created a flash cs4 file > i did some animation using 3d rotation tool > then im trying to load this file from another swf > and surprisingly i cant see any animation?????

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!

actionscript3

Please reply at our Forum

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 ActionScript 3.0