Click to See Complete Forum and Search --> : Looping an embedded mpeg
CoolBreeze
09-22-2003, 03:39 PM
I can't seem to make a mpeg clip loop after it plays once.
This is my code:
<embed src="/video/rat.mpg" autoplay="true" loop="infinite"> </embed>
AdamGundry
09-22-2003, 03:57 PM
I believe you need loop="true" for <embed> tags. Of course, you should really be using <object>.
Adam
Robert Wellock
09-24-2003, 07:38 AM
It depends upon the help application and file type however with the <object> element:
...
<param name="PlayCount" value="-1" />
...