LoadMovie / simple question

Hi all,

I am loading mc with this code:

[color=navy]this.createEmptyMovieClip(“holder”, 0);[/color]
[color=navy] holder.loadMovie();[/color]

All the mc’s on the stage are [color=purple]under[/color] the loaded mc.
How should I make it, so that all the mc’s on the stage are [color=purple]above[/color] the loaded mc?