Stopping an animate swf from looping

I have create an animation in Animate Pro once I export it to swf and import it to a web page it continues to loop. How do I stop it?

Are you embedding with HTML?

You can add a tags for loop and set the value as false like this:






<EMBED src=“Yourfilename.swf” quality=high
LOOP=“false” bgcolor=#000000 WIDTH=“960” HEIGHT=“560” NAME=“Yourfilename.swf”
ALIGN="" TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/go/getflashplayer”>