Loading movie

Yo. I’ve made my site finally, thanks to the tutorials on this site. However, to load the various parts of my site, I dynamically load the different movies into a container. This is fine, but when my movie first loads, I want it to be able to display a movie in the container, without the user doing anything.

I’m sure it’s an easy solution, but i wouldl be grateful if you could help.

thanks

If you want that movie to be inside that container when the site first loads then that seperate movie must be combined into the main swf, other wise you have to load it in.

What you have to do now is recreate that seperate swf inside the container movieclip.

Ahhh…I see, all done, thanks a lot.

I can’t believe how simple the answer was. I thought you would need an event handler to execute the loadMovie function and that.

Silly me,

cheers

What you have to do now is recreate that seperate swf inside the container movieclip.

Well that doesn’t have to I think, you can also put the loadMovie action in the first frame ( or second, or third, … ) to have it load automatically.

Or did you mean that ?