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???
Printable View
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???
use the following parameter:
Code:<param name="loop" value="true">
you can also try this
at the end of the movie insert a frame action with a "stop"
I have already found a solution to the problem.... :)
In the HTML file, I have placed a tag:
<PARAM NAME="PLAY" VALUE="FALSE">
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.