Thursday, May 15, 2014

Get keyboard shortcuts on Jwplayer

Jwplayer support : http://support.jwplayer.com/customer/portal/questions/6062544-keyboard-shortcuts
Add keyboard shortcuts
$vim /var/subsonic/jetty/xxxx/webapp/WEB-INF/jsp/videoPlayer.jsp
Before "function init() {" add this code
var plugin_list = "backstroke-1";
and add that code in the "var flashvars = {...}"
 plugins: plugin_list,
That you can use...
Space bar : Pause/Resume Play
Up and Down Arrows : Volume Controls

No comments:

Post a Comment