Try changing “topbar.swf” to an absolute URL, like “C:/Flash\Saved%20work\ opbar.swf”. That may not be the problem. One thing I do know is wrong is that it’s in an onClipEvent (enterFrame){
loads the movie once each frame
}
Change that to (load) and something should improve. Don’t know bout the URL, but that should work if they’re in the same folder.
yeah, I found loading movie clips through another movie clip sucks ***. From personal expiernce it never showed up in the proper coordinates and It was very touchy. I would just load it straight onto your root movie. You dont need the onclip event all I would do is insert a keyframe when you want the movie to start loading. And have
loadMovie(“topbar.swf”,1")
or whichever level you want it to load on.