Since I didn’t get a single reply to the main thread, I’m going to try and simplify the problem:
I’m creating a movie clip with AS:
this.createEmptyMovieClip("pool", 1)
and I’m also loading an external .swf in:
player.loadMovie("mp3player.swf");
How do I load the external .swf in “above” the movie clip being created by createEmptyMovieClip? It is always on top of it, on the highest depth, and I’d like the mp3player.swf to be on top instead.