|
| Looking for an Actionscript solution for FLV control from within a SWF.
Have a SWF that is time based (no user interaction) and needs to load an
external FLV file. The SWF timeline is a series of animated Movie Clips one
after another to act like a presentation.
PROBLEM:
The FLV file runs at a faster frame rate then the SWF file and will be a
progressive download with variable user bandwidth limitations. Seeing that
there will be a variable in the time to download and play the FLV file, the
SWF will need to start the next Movie Clip after the FLV file completes
playing.
Looking for generic Actionscript to load the FLV file, with a listener (or
whatever works best) to know when the FLV has finished playing on the end
users machine, then Actionscript code to load the next Movie Clip in the
sequence.
Any solutions or resources would be helpful.
|
|