Page 1 of 1

Help from from a html expert needed please

Posted: Tue Jun 20, 2006 12:00 pm
by NeilUK
Hi

I have a code for putting media player into my website, it works fine except I would like it to repeat the video when it gets to the end

This is the code, can someone let me know the command I need to add to make it do this? Thanks












Re: Help from from a html expert needed please

Posted: Tue Jun 20, 2006 2:28 pm
by Steve R
The word you need is loop.

loop="true"


Re: Help from from a html expert needed please

Posted: Tue Jun 20, 2006 2:51 pm
by NeilUK
Thanks Steve