4

The official documentation has a method -

addButton(icon, label, handler, id)

But this adds a button in the Video area.

I want to add a button in the control bar besides the Play Pause button. Is there any option in the JW Player.

Fiddle

PS - I dont want to insert html on my own in the player. I want to use a built in function.

apptimist
  • 83
  • 2
  • 6
  • You can see my answer on: http://stackoverflow.com/a/36430044/1386969 Dont forget to smile :) – lidox Apr 08 '16 at 12:46

2 Answers2

2

Currently there is no way to do that. addButton adds a button over the video. You can follow this pull request:

Add custom control bar buttons #126

https://github.com/jwplayer/jwplayer/pull/126

Ben
  • 885
  • 8
  • 16
0

Download source code from github and add as many buttons you want,,,, the only way