Hi
I am struggling to embed a swf in a flash movie so that it appears beneath a mc menubar.
The menu is in a mc on the main time line at the top layer.
The swf is embeded into a mc using the following :
swapChildren(fullmc, swfbox1);
var myLoader1 :Loader = new Loader();
swfbox1.addChild(myLoader1);
var url1 :URLRequest = new URLRequest("26A.swf");
myLoader1 .load(url1 );
stop();
However whatever I do (even trying "swapChildren" ) the embeded swf always appears on top of the menu mc hiding it completely. Im sure theres a simple reason. Any help would be GREATLY appreciated. Thanks Ed