I'm using Loader to load an external swf into my swf and adding that loaded swf to the stage using event.target.content.
If i set the width and height of the loaded swf I actually resize the movieclip inside my loaded swf. What I wanna do is change the stage size of the loaded swf.
Any way of doing that?