I'd like to set the built-in standard player to loop the video when they playback ,either as an option or on ALL video's.
Any pointers ??
Thanks
Brian
Printable View
I'd like to set the built-in standard player to loop the video when they playback ,either as an option or on ALL video's.
Any pointers ??
Thanks
Brian
To repeat videos, add the following to your player.inc file (with the other items that look like this):
so.addVariable("repeat","true");
Thanks that worked a treat :-)
Now I'm going to have a dig and find out what other options there are :-)
Brian