loadMovieNum("test.swf", 5);

i have a problem to link test file without putting number, in this situation i have to put no 5 or else there will be an error message when i run the file… anyone have any idea to link with .swf file in different way…

Define the level in u movie and load and unload the movie to following these level

can’t understand, please explain a lil bit more… can i put number 0?..

when you load a item, you have to define a level that it is placed, you have to put a number, 1,2,3 whatever

for example

containerMC.loadMovie(“test.swf”,1)

thanks bro… it help me solve my problem… cheers…

as we know it… 1 its a first layer, 2 its second… & so on… :wink: