Hi, anyone can help me how to loadMovieNum in AS3?..
I know the migration that we should use the Loader type
var lala:Loader = new Loader(new URLRequest("blablabla"));
stage.addChild(lala);
something like that?..
But my question is if we do LoadMovieNum("balbla",0); ""lvl 0 > Stage right""
its like replace the previous stage with the new stage..
whereas the 2 swf have the difference size..
when i did with the Loader, thats load covered the previous SWF and the window size didnt resize automatically..

Help me pls thank you
