PDA

Click to See Complete Forum and Search --> : Flash problems....


CyberCarsten
Sep 16th, 2000, 08:55 AM
I have 4 scenes in my flash movie....
When I implements the movie in an HTML file, and views in my browser, it first plays scene 1, then scene 2, then scene 3, the scene 4 and the it loops and do the same all over again!
Why is that???

RealisticGraphics
Sep 17th, 2000, 11:42 AM
use the following parameter:

<param name="loop" value="true">

stefank
Sep 18th, 2000, 08:58 AM
you can also try this

at the end of the movie insert a frame action with a "stop"

CyberCarsten
Sep 18th, 2000, 09:32 AM
I have already found a solution to the problem.... :)

In the HTML file, I have placed a tag:

<PARAM NAME="PLAY" VALUE="FALSE">

chrismitchell
Jan 22nd, 2001, 08:59 AM
Select the scene and then select the end frame of each scene then double click on that frame... then select actions and select stop... This will stop the continuos loop.