Can one embedded flash player play multiple clips sequentially?

Posted on behalf of a friend:

I am putting a flash player on my website. I was wondering if it was possible for the player to automaticly go to the next clip rather than have 50 players because photobucket only allows 5 minute clips. I have broken up the video into 5 minute clips and want to play one after the other. Here are the codes i need combined.

<embed allowScriptAccess="never" allownetworking="internal" width="352" height="308" type="application/x-shockwave-flash" src="tp://s113.photobucket.com/player.swf?file=tp://vid113.photobucket.com/albums/n205/skarychinezeguie/Disinformation-TheCompleteSeries-CD.flv"></embed>

<embed allowScriptAccess="never" allownetworking="internal" width="352" height="308" type="application/x-shockwave-flash" src="tp://s113.photobucket.com/player.swf?file=tp://vid113.photobucket.com/albums/n205/skarychinezeguie/Disinformation-TheCompleteSeries-1.flv"></embed>
[960 byte] By [cjard] at [2007-11-20 0:14:44]
# 1 Re: Can one embedded flash player play multiple clips sequentially?
For best results...that programming would have to go in the flash and not the browser scripting.

Not so good...set a timer to switch clips at end of play. Take a look at the event here (http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/embed.asp). You could change the source after the firing of some of these events.
PeejAvery at 2007-11-8 0:40:46 >