
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 ?