createEmptyMovieClip()

Hi,

I’m trying to tackle the "Loading techniques " tutorial and it works well. The only thing is that the pictures keeps appearing on top of my entire flash site. I want the loaded swf to open on a predefined layer so it won’t mess up my layout. Can somebody tell me how I can blend a loadMovie(swf) into my site?

Thanx

If you’re talking about the createEmptyMovieClip method, the second parameter is the depth of the movie. So if you want something to appear on top of it, it must have a higher depth (you can switch the depths with swapDepths, there’s a tute on this site but there are a few errors in it). Be careful: everything you draw on the scene in placed on negative depths, so it will always be under, except if you swapDepths it of course.

pom :asian: