I have problems with positioning controlbar.
Default logic works good. But I need to have control bar in bottom.
I have added controlbar.position bottom (I have also tried simple controlbar: 'bottom'). It works good in flash mode (for example ff).
In html 5 mode (IE 9.0.8112.16421, Chrome 12.0.742.112, flash version 10.3.183.7) it is correctly positioned in bottom and not disappear (by default it disappear in html5 I think due of over mode?). But after moving to fullscreen and then back after several seconds it disappear completely. Even hovering over it will not produce any results. Any ideas how to fix this? I have tried idlehide (see commented) without any success.
var options =
{
image: "preview.jpg",
controlbar: { position:'bottom'
/*,idlehide: false*/
},
file: "http://localhost/video/jw_player/test.mp4",
modes: [
{ type: "html5" },
{ type: "flash", src: "player.swf" }
]
};
jwplayer("mediaplayer").setup(options);
@Yauhen -
Please post a link to an example page which demonstrates the problem.