Click to See Complete Forum and Search --> : Quicktime playback = Safari bug


jgoodyear
08-27-2008, 09:10 PM
Hi there! I'm using thickbox to load a new page in the frame, which contains an embedded quicktime movie. When I close the window however, the audio continues to play. This only happens in Safari on a Mac, 3.1.1.
Here's a test video - the sound keeps going when you press close. http://www.johannagoodyear.com/clients/testVid/

The code for the thickbox is here: http://jquery.com/demo/thickbox/

I found a similar post by a guy who apparently found a solution, but I don't know how to deal with the code mentioned. I pasted it in thickbox.js but it didn't work ...

TB_originalRemove = TB_remove;

TB_remove = function() {
try {
document.movie1.Stop();
} catch(err) {}
try {
document.movie2.Stop();
} catch(err) {}
TB_originalRemove();
};

http://chrisomeara.com/2006/12/3/stopping-quicktime-when-thickbox-closes


Urgently need help! :)

Thanks!