Make it on top

hye again.:beam:. i’ve done my enter button which can calling another swf file…but… how to make my 2nd flash always on top?..means, after i click the enter button in 1st flash, my 2nd flash appear infront of my 1st flash… right now i using fullscreen mode in my 1st flash:

fscommand("fullscreen", true);

is there any changes?
and…here my AS for enter button:

btn.onRelease = function(){
    getURL("myflash2.swf");
}

i’ve try using loadMovie…but it wont appear…:puzzled::x:look: