if you close the video using the (x) on the lightbox the video disappears but you still hear the audio - you have to navigate off the page to silence it.
The solution was -- rather than using the video player's API to stop or pause the video -- I had to remove the video entirely from the DOM with Jquery.remove()
Comments
if you close the video using the (x) on the lightbox the video disappears but you still hear the audio - you have to navigate off the page to silence it.
What browser / OS are you using? I haven't been able to reproduce it yet.
I encountered this problem on one of my sites.
The solution was -- rather than using the video player's API to stop or pause the video -- I had to remove the video entirely from the DOM with Jquery.remove()
Chromium 18.0.1025.151 (Developer Build 130497 Linux) Ubuntu 12.04
plugins set to click to play
It worked fine for me, what browser you using? I have chrome on a mac.