im trying to get an external .swf to load that the topmost level of my main swf
can anyone get give me advise on the code im using.
Here’s the site im working on: http://brendageesalon.com - click on the “services” button on the top, then click on the “load text” - my “General Services” swf loads but under the other movie clips?
but.onPress = function () {
createEmptyMovieClip(“container”, 4);
loadMovie(“seo2.swf”, “container”);
container._x = 65 ;
container._y =-120 ;
}
_root.onMouseDown = function () {
startDrag (“container”,false) ;
}
_root.onMouseUp = function () {
stopDrag () ;
}