Hey’a,
I have a movieclip with the instance name of “container_mc” that I am loading a external swf file into.
When I trace(container_mc._width) after the preload it returns 0.
Is there any way to tell the movieclip to stay at a width of 760px and a height of 460px regardless of the content that is loaded?
Reason being, I then have a function that positions the container_mc movieclip in the center of the stage based on the Stage.width/height…
The only way I have been able to get this to work thus far is to have a 760px by 460px square shape, position the movieclip… then load the content to replace the square shape however I’d rather be able to default everything without having to do that.
Anyone know how?
Cheers,
Ryan