I basically have a series of small SWF Files. I have used SWFObject to play them, but how do I get a series of SWF videos to play sequentially even though they are separate SWF files?
views:
212answers:
1
+1
A:
You can listen for the enterFrame event, loading the next SWF file when the currentFrame reaches currentScene.numFrames/2 and start playing the next SWF when it reaches currentScene.numFrames-1.
Michael Aaron Safyan
2009-08-10 07:44:59
are these events available via some sort of javascript api?
Dkong
2009-08-10 08:00:14