It is possiple to put a jpg as the start and finish. Go into the 'include' folder, Go to player.inc and change this line :
so.addVariable("image","{$config["baseurl"]}/thumb/$video_id.jpg");
To :
so.addVariable("image", "pathToJpg");
It is possiple to put a jpg as the start and finish. Go into the 'include' folder, Go to player.inc and change this line :
so.addVariable("image","{$config["baseurl"]}/thumb/$video_id.jpg");
To :
so.addVariable("image", "pathToJpg");
Bookmarks