This is how to show a captured shot or preview still from the video instead of a blank screen like below?
HTML doesn't recognise or read the javascript so an image would have to be added.
So this line should :
Code:
s1.addParam('flashvars','file=video/video.flv');
should now read
Code:
s1.addParam('flashvars','file=video/video.flv&autostart=false&image=video/video.jpg');
Make the image length a little smaller than the video size around 150px and save as video.jpg and upload.