How to add an additional button to the controlbar with jwplayer 7
问题 I am interested in adding a download video button, similar to the one here -- http://support.jwplayer.com/customer/portal/articles/1436999-example-adding-a-download-button. However, I would like to add it within the control bar (a download arrow to the far right). How would I add in additional buttons to the controlbar in jwplayer 7? 回答1: playerInstance.on('ready',function() { if (jwplayer().getRenderingMode() == "html5"){ videoTag = document.querySelector('video'); if(videoTag.playbackRate)