# Loading diffrent movies at once

**URL:** https://forum.kirupa.com/t/loading-diffrent-movies-at-once/94417
**Category:** Uncategorized
**Created:** [November 12, 2003, 12:31pm UTC](https://forum.kirupa.com/t/loading-diffrent-movies-at-once/94417 "2003-11-12T12:31:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Tiina](https://avatars.discourse-cdn.com/v4/letter/t/5fc32e/32.png) [@Tiina](https://forum.kirupa.com/u/Tiina)
#### Post date: [November 12, 2003, 12:31pm UTC](https://forum.kirupa.com/t/loading-diffrent-movies-at-once/94417/1 "2003-11-12T12:31:40Z")

</div>

I am trying to load diffrent movies at one time. I have written in one movie clip this;

> onClipEvent (load) { loadMovieNum(“home.swf”, 1); } onClipEvent (load) { loadMovieNum(“about.swf”, 1); } onClipEvent (load) { loadMovieNum(“services.swf”, 1); } onClipEvent (load) { loadMovieNum(“portfolio.swf”, 1); } onClipEvent (load) { loadMovieNum(“contact.swf”, 1); }

What am i doing wrong?And if i am loading wrong how should i load, when the preloader has finished playing 5 movies, with out clicking any button, like the in the file.

It loads only one movie, but not the rest.:pa:
