I need to have in my page a flash movie with endless loop.
I put the parameter loop=true" in the object tag for the swf file but it doesn't loop at all.
Does anybody know how to define an endless loop?
The code I use is:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="207" height="135">
<param name="movie" value="flash/aevity1.swf" />
<param name="quality" value="true" />
<param name="loop" value="true" />
<param name="play" value="TRUE" />
<embed src="flash/aevity1.swf" width="207" height="135" loop="true" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" play="-1"></embed>
</object>
Thanks in advance,
Luis