
modal window issue
Hi
We have been using jwplatform in wordpress using the shortcode embeding method, eg. [bitsontherun 6Oo4bZvz]. The video is in a modal window
We had an issue where the player would continue playing when the modal window was closed in IE browers. We added jwplayer.stop() to our modal window close script and set the wmode to opaque. This fixed the issue.
However, the jwplatform players have since updated to version 6.9.4867 and the bug has re-appeared in all IE browsers including IE11 despite the same fixes applied (jwplayer.stop() and the wmode = opaque). Can you tell us how we fix this bug for IE so that video stops when out modal window is closed.
Thank you