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

Jwplayer Control bar : Bottom in 6.7


Hi,

Is it possible to stop showing the jwplayer control bar on hover and bring it to bottom, Since often times control bar is overlaying the subtitles and it is not clearly visible

for example - if I want to reduce player volume and still want to see the video subtitle, but control bar hides subtitle and I can not view the video

Is this possible in jwplayer 6.7

Thanks

11 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

It is not possible to set the controlbar to bottom, sorry.

e...

User  
0 rated :

if it is not possible to set the controlbar to botttom, maybe it will be possible to do this:
http://support.jwplayer.com/customer/portal/questions/6244208-captions-shifting

v...

User  
0 rated :

the trick I did was to use one of the jwplayer custom skins, such as "Glow" which I believe is the default, load that into your player like so:

```
jwplayer(domSelector).setup
file: fileToPlay
flashplayer: '/assets/swf/jwplayer.flash.swf'
skin: '/assets/skins/jwplayer.xml'
```

and in jwplayer.xml, change the margin's to accommodate the captions.

Ethan Feldman

JW Player Support Agent  
0 rated :

Cool, can I see where you did that?

v...

User  
0 rated :

Ethan:

here's a jsfiddle i made: http://jsfiddle.net/M2YNG/2/

you'll notice the skin i'm passing in, if you curl that, in the control bar component node, i've changed the margin drastically. toying around with that, you can move it enough to avoid visual collision with captions, for example using a negative margin.

Ethan Feldman

JW Player Support Agent  
0 rated :

Ah, very cool. Thanks for sharing.

h...

User  
0 rated :

Cool !!! Thanks for sharing :)

Will this work for flash too ?

h...

User  
0 rated :

I was just wondering, if it is possible to do some manipulation for caption
Instead of change the margin of the jwplayer controlbar component, can I change in captionbar component and change margin for caption bar but I am not able to find the captionbar component here in xml file

https://dl.dropboxusercontent.com/u/13826589/jwplayer/jwplayer.xml

Where I need to change in xml file to change the margin of caption ?

Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

It is only in the controlbar, the margins can’t be changed.

hitesh.kumar

User  
0 rated :

Hi Thanks for help , I am facing issue with player control width after bringing it to bottom. width of player control is more than player how to fix it.

I have asked same question in stack overflow here

http://stackoverflow.com/questions/23563820/set-jwplayer-6-7-controlbar-to-bottom-width-issue-with-player-control

Ethan Feldman

JW Player Support Agent  
0 rated :

Can you provide a link?

This question has received the maximum number of answers.