Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Controll bar allways visible problem


Hi, I want to set controll bar to allways visible. I set "controlbar": 'bottom' (or controlbar: 'bottom') but nothing happend, it seems like the default option: controlbar: 'over' is still applied and refusing my attempt to change it. Could you please help me with that?
This is how whole my code looks like:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script src="http://jwpsrv.com/library/sometoken.js"></script>
</head>
<body>
<div id="player">
</div>
<script>
jwplayer("player").setup({
file: "http://somevideourl.mp4",
image: "http://somepictureurl.jpg",
height: 510,
width: 660,
"controlbar": 'bottom',
});
</script>
</body>
</html>

5 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

JW6 only supports the controls in an over state.

JW Player

User  
0 rated :

so there is no way to set up my controll bar to no be allways visible?

Ethan Feldman

JW Player Support Agent  
0 rated :

There is not, I’m afraid.

JW Player

User  
0 rated :

Ok, thank you very much

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.