Click to See Complete Forum and Search --> : Can one embedded flash player play multiple clips sequentially?


cjard
August 4th, 2006, 06:35 AM
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>

PeejAvery
August 4th, 2006, 02:39 PM
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.