
How to customize the default player controls (ex: back 15sec button)
Hi!
I am trying to customize my jw7 control bar.
How can I :
- remove the next / prev playlist buttons when several playlists are loaded? ( I know I could to this with CSS, but I like javascript better :-) )
Having the list is convenient. But Having the next and prev buttons are cumbersome.
- How can I add a 'back 15 sec' button? The label says it all. It's a very handy feature that some players have. I'll have no problem tying the callback function to it, but as far as I understand the current API, the addButton() function doesn't affect the controlbar which is where I'd like to place the button.
Thks!