PDA

View Full Version : load movie from a loaded movie


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

CyanBlue
05-09-2004, 09:00 PM
Howdy... :)

Not sure if this can solve your problem or not, but check out this sample... :)