English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

How to make a website video playbar be constantly visible at the bottom of the video?

May 30, 2012

Q: The video progress bar/playbar disappears if the cursor is not over the video. How can I correct that so the progress bar/playbar is constant at the bottom of the video for the entire length of the video?

It happens is IE and Firefox, I would like.

A: You should add the following code to url with video:

&toolbar=2



where:
0 - Show on mouseover
1 - Hide
2 - Show always

For example:

<a class="voverlay" href="index_videolb/player.swf?url=video/example.flv&volume=100&toolbar=2"...



Notice, it'll work with local videos only.

Related