
Stopping playback with .stop command
I'm using the JWPlayer in a popup, and I've added this to the close button in order to stop the video - onclick="jwplayer('container').stop();"
The problem is with IE 11. The video playback stops, but if you open the popup again, the video is black and only gives you audio. You need to refresh the page in order to fix the issue. I don't have this issue in Chrome or Firefox. I've tried using the .pause function as well and get the same result.
Any thoughts?