I have some jQuery tabs one of which holds a flash video. When I play the video in one tab and click to another in FF or Safari the video stops along with the sound, clicki
I had the same problem with an embedded YouTube video. This was the final solution that worked in IE, Firefox, Chrome and Safari:
Below is the jQuery script, HTML, and CSS used to solve IE's problem of continuing to play the sound when an embedded YouTube video is hidden.
This is the jQuery script (which I placed just before the ending body tag):