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

Loop=False works in Firefox, but not in Explorer

Status
Not open for further replies.

USADarts

Programmer
Dec 20, 2004
21
US
I have the following code:
Code:
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"[/URL] width="500" height="100">
          <param name=movie value="flash/501nationals.swf">
          <param name=quality value=high>
          <embed src="flash/501nationals.swf" loop=false quality=high pluginspage="[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"[/URL] type="application/x-shockwave-flash" width="500" height="100">
          </embed> 
        </object>

The code works fine in FireFox. It plays once and stops. When viewing the page in Explorer, it keeps replaying itself.

Thanking you in advance for the help,
David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top