Looping an embedded mpeg

windows

Guest
I can't seem to make a mpeg clip loop after it plays once.<br />
This is my code:<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"/video/rat.mpg" autoplay="true" loop="infinite"> </embed><!--content-->I believe you need loop="true" for <embed> tags. Of course, you should really be using <object>.<br />
<br />
Adam<!--content-->It depends upon the help application and file type however with the <object> element:<br />
<br />
...<br />
<param name="PlayCount" value="-1" /><br />
...<!--content-->
 
Back
Top