
show controls on pause
I want the controls configured in the xml to stay displayed when the player is paused. I have tried the code
jwplayer("playerId").onPause(
this.showControls();
});
but I get an error when clicking pause : "there was an error calling back an event handler"