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

Disable only Control bar


Hello,

Can I disable only control bar in jwplayer? I am using jwplayer 6

I have tried using this code, but it disables all controls including play/pause button
jwplayer().setControls(false);

I don't want to disable play/pause.

a) How to do it ?
b) is this feature is available in free version ?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

It would probably be easier to do this in JW7 because all of the player control elements are rendered in CSS. You could simply hide any control bar items that you do not want to be visible by setting the CSS class display parameter to ‘none’.

Please see https://developer.jwplayer.com/jw-player/css-skinning-reference.html for more details on the CSS classes used in JW7.

This question has received the maximum number of answers.