
How to disable pause completely?
I'm using JWPlayer 6.8 and playing back a live RTMP stream. I removed the pause button from the skin so it doesn't show up in the control bar. Yet I can't figure out how to disable pause when the user clicks on the screen. Putting 'this.play(true)' in the onPause event handler still shows a brief pause with the play button overlayed before it starts playing again. I want the pause event not to fire at all. I can't believe there isn't anyway to do this.
Thanks,
Jeff