Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

consecutive swf files

7 replies [Last post]

Can anyone advise me how to load consecutive swf files into a page.

For example, a.swf followed by b.swf followed by player.swf which would play a movie followed by c.swf. each one starting after the previous one has finished playing.

Any help would be appreciated.

Cheers,

Paul.

its sort of what i'm after, but would like to call a swf file on page load this is not a player, then after this is finished, load up the jw media player, after this has finished a movie, call up another swf file, again this would not be a player but a stand alone flash file. After this one is finished it would load back up the first swf file and repeat.

Not sure how to do it.

Any help appreciated.

Cheers,

Paul.

but would like to call a swf file on page load this is not a player, then after this is finished

unless this .swf file has a javascript api like the JW player do - there is no simple way of knowing when it has finished playing.

Sorry about this just not very good with this sort of stuff.
How would i then play different movies one after the other in the same player?

Cheers Andersen,

managed to do it.

Thanks for your help, got me going in the right direction.

Regards,

Paul.

So how did you end up doing that? I'm looking for the same thing, loading swf's in sequence in AS3.

The player doesn't support this. You can do this using something like SWFObject and adding listeners to the player.