PDA

View Full Version : fullscreen FLVs on a loop


noir
03-01-2007, 01:44 PM
I have 20 or so FLVs and I want to play them back to back fullscreen in Flash on a CD that loops once it reaches the final FLV. What is the best approach to something as seemingly simple as this?

There is no interface or video controls - just autostart on the CD.

noir
03-01-2007, 04:34 PM
I start with the first video in the FLVPlayback component and once it reaches the end, I'm not sure how to load the next and so on.

noir
03-01-2007, 07:54 PM
If it helps anyone else, I decided to use XML to load my flv's in and create a listener to detect the end of each video and load another.

baross
04-20-2007, 01:04 AM
yes that is helpful what code did you use ?

Hollywood_Dave
05-01-2007, 11:39 PM
I would really be interested to know the solution for this. I'm trying to play one FLV after another in order and I am running into problems.