
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.