I’m using a preloader in an external SWF file, and then loading my to-be-loaded SWF using loadMovie(). What’s happening is, once I execute _root.loadMovie() it is automatically put above everything else on the stage. The movie has to be loaded into _root (it can’t be loaded into a container movieClip), because of the use of an external language file…it will fall apart.
Basically, what I need to do…is get the preloader movieClip to appear above the external SWF loaded using loadMovie() (I’ve tried swapDepths() as well, with no luck)
Any suggestions?