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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loop=false

Status
Not open for further replies.

mwpc

Programmer
Apr 28, 2002
53
US
I have embedded an swf movie in an html page as follows

<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;753&quot; height=&quot;385&quot; id=&quot;Robot Tutorial #1&quot;>
<param name=&quot;movie&quot; value=&quot;robot1.swf&quot;>
<param name=&quot;quality&quot; value=&quot;high&quot;>
<param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot;>
<param name=&quot;loop&quot; value=&quot;false&quot;>
<embed src=&quot;robot1.swf&quot; quality=high bgcolor=#FFFFFF width=753 height=385 type=&quot;application/x-shockwave-flash&quot; pluginspace=&quot; loop=false>
</embed>
</object>


I want the movie to play one time only, but it insists on repeating a second time, both in explorer and netscape, even though the loop=false parameter is set.

Any ideas?

Thanks, Mike
 
Put a stop(); action on the last frame of your movie. Regards,

oldman3.gif


Don't worry, if my reply is wrong, BillWatson will clean it up for me!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top