PDA

View Full Version : Self advancing FLV video movies.


Jive Turkey
05-07-2009, 10:29 PM
I have a bunch of FLV movies that I want to play one after another. Each FLV is in it own separate SWF. I am able to to make it advance using buttons. For example, if you hit the 'Next' button, it loads the next SWF with FLV. But I don't have a clue how to make it advance itself. For example, when a FLV movie reaches the end, it will load the next SWF container with the FLV in it.
Also all the FLVs use the built-in FLVPlayback component.

How do I go about this? Any help or links will be greatly appreciated. Thanks in advance.

kkbbcute
05-09-2009, 05:44 AM
Why don't you embed the flv's in a mc, and then on the last frame, ask it to attach another MC in it's place, after which you remove the current mc containing the flv?

That would be easier and give the desired effect.

Kirl
05-10-2009, 12:45 PM
I know this works with animated mc's, but I imagine something similar might work with an entire swf, check the help.

if(mc._currentframe == mc._duration)
playNextMovie();