Quote Originally Posted by zeffer
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");
Hello!Thanks for your answer,but this is now what I mean :?
I'd like to show at the end of the video banner-a clickable jpg leading to specific url. With your suggestion it simply replace thumb for each video with one banner...

About bulk upload I just finished my script and successfuly entered 100 videos into db...I made one file with fields like NameOfVideoFile,Description,Category and so on, and then just insert this into my DB and everything is ok... I must noticed I converted already videos into .flv!