hi.
i am currently loading SWFs into a holder movice clip.
i read that in order to communicate between the levels i have to declare the level using loadMovieNum each time i load a SWF file.
loading the movie into a holder movieclip is no problem - but what should i add to declare its level.
i tried loadMovieNum("home.swf", 1, _root.holder);
but it didn't work.
i tried looking in the reference... but i'm finding what i'm lookin for.
thanks in advance for your help..