SeanPaul72
05-09-2004, 08:52 PM
First I load a movie into the main movie:
loadMovie("scrollout.swf", "_root.left_intro.scrollOutCont");
then within this movie I want to load another movie
loadMovie(title + ".swf", "titleCont");
Do I need to taget the _root of the main movie to load movies into movies.
Or can I just use the code above?
I'm asking because I'm having trouble getting it to work
thanks
loadMovie("scrollout.swf", "_root.left_intro.scrollOutCont");
then within this movie I want to load another movie
loadMovie(title + ".swf", "titleCont");
Do I need to taget the _root of the main movie to load movies into movies.
Or can I just use the code above?
I'm asking because I'm having trouble getting it to work
thanks