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: