Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stop Flash movie repeating

Status
Not open for further replies.

Frankied2

Programmer
Jun 20, 2002
3
US
Hi, I'm added a Flash movie to my website, but it loops forever. How can I stop it looping in HTML?

Any help would be appreciated .
 
You can try adding <PARAM NAME=loop VALUE=false> in the object tag & loop=false in the embed tag, but not sure if that will work.
The easiest is to add a stop(); action on the last frame of your .swf, before exporting it. If your using the Flash Publish feature to output your html, make sure you uncheck the loop box under the Html tab. Regards,

new.gif
 
you just have to add an action to it

basically the action will be this without the quotation symbols

&quot;stop ();&quot;

:)

if you are using MX, then just click on the last frame and add the stop action which is under <b>Action > Movie Controls</b>
 
Visitors adding but what to what I've already posted? Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top