Hello,
When loading external SWF to your mainstage using loadMovieNum at LEVEL 1, how do you unload the movies being loaded so that you can load other SWF on the main stage using an empty CONTAINER?
The thing is, my movie has an empty SWF named “container.swf” which is on a LAYER of the main stage. What I want is that when external SWF loaded on LEVEL 1, they will be unloaded with a click of a button so that I can load external SWF on my “container.swf” in LEVEL 0.
So which is better? having an empty container on LEVEL 0 or loading external SWFs a level higher of your main stage?
Thanks