Monday, February 21, 2011

Use Javascript to Load Flash SWF file automatically after other SWF finishes playing?

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?

From stackoverflow
  • 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.

    Dkong : are these events available via some sort of javascript api?

0 comments:

Post a Comment