PDA

View Full Version : loadMovie question sequence...!


SoftMax.net
03-31-2003, 07:53 PM
Hi every1 ;)

I was just wondering, and search for this for about 2 or 3 hours arount the NET... and didn't found out :confused:

Okay I want to code some sort of a banner system...
I have swf files name that a PHP webpage returns to my flash animation that WORKS GREAT.

I've put my values into an array like movies[] and i've got like 4 movies in it... let's say 1.swf, 2.swf, 3.swf, 4.swf.

But before playing those animations (banners) i've got a filed intro.swf that would some sort of "welcome message". and I want that intro file to preload the 1.swf and when my welcome (intro.swf) is finished to play the 1.swf file and after when 1.swf is playing I want it to preload 2.swf and when 1.swf is finished of playing to play 2.swf and so on...

I've tried severings preloader method but didn't really manage to achieve what I wanted...

Would some1 be able to help me out with this?

(by the way, all the swf files have the same amout of frames....)
And those swf files (1,2,3,4) can't be edited, I mean, all needs to be done by the intro.swf file!