Movie clip upon a loaded swf movie

hello,

i want to know if I can put a movie clip upon (over) a swf movie that the main movie did load.

please help

Yes, you can.

Load the swf on a ‘holder’ clip and anything on a layer on top of the layer where it is will show over it.

You can use the swapDepths() command aswell if you need to do it at runtime

I can think of some way of doing it if the swf is loaded in a level, but why overcomplicate things, eh!

SHO

xcuse my beggininness (jaja) I dont know what is a holder neither the swapDepths() command, please send me a little fla with the example, if you can

if you can, thanx, if you cant thanx too!!!

where (how) do you load the swf?

Donde (como) cargas el swf?

like everybody, loadmovie… are there another ways? in a swf

Well, you can either use loadMovie (load the swf on to a -holder- movieClip) or loadMovieNum (load the swf on a level). If you’re using the first method just place your movie clip on a layer above the movieClip (holder) you’re loading the swf onto.

SHO