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

JWPlayer Adding custom button and reposition it


Hi,

I Wanted to know if it is possible to change the look(CSS) and position of the button added to the jwplayer using
Custom button functionality :

jwplayer().addButton(
'images/iconotes.png',
'Note',
function(){
jwplayer().setFullscreen(false);
alert('called');
},
'Note'
);

if Yes, how we can achieve the same?
Thanks in advanced.

3 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

I’m afraid it is not possible to customize/position the addButton buttons. This is something that will be possible in a future version of JWPlayer.
-Cooper

harshada

User  
0 rated :

Okay. Thanks.

Cooper Reid

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.