I have the following code:
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
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