I'm trying to load an external swf into my scene when a button is pressed. I want to be able to animate the movie clip and I want to be specify it's depth.
I tried using loadMovie(url,target). This allows me to animated the target the way I would like, but I don't know how to make sure that the mc I load is on top of everything else in the scene.
I tried using loadMovieNum(url, depth) and I am able to get the mc on top of everything, but since there is no instance name I don't know how I could animate it.
Any suggestions?
My scene is pretty complicated, but I can try and make a simplified scenario if this doesn't make sense.
thanks!
tim