Here's the problem I'm having in action. It appears that hiding/toggling the content causes IE/Win to error on the sendEvent.
I've put together 2 pages: <a href="http://www.circleatseven.com/PROJECTS/mockup/index.php">one with the desired layout</a> <a href="http://www.circleatseven.com/PROJECTS/mockup/index2.php">and one without the hiding/toggling</a> Without the toggling, there are no errors and the sendEvent('stop') works perfectly. With the desired toggling, IE6 gives me an error (Line: 15; Char: 2; Error: Object doesn't support this property or method; Code: 0) on the following line... thisMovie("playerID2").sendEvent(typ,prm); Is there a reason the jQuery toggling would conflict with the sendEvent?