I've recently come up against this problem and none of the purported solutions seem to work.&nbsp; Basically, I have a quicktime ActiveX control on the page and I want to assign a .mov file to it using the SetURL method.<br><br>The problem, of course, is that the QT control must be clicked before I can do this (some stupid patent lawsuit that forced MS to change the way they implement this functionality).&nbsp; This makes for a jerky user experience.<br><br>I've tried the replacing the object's outerHTML, I've tried writing the entire tag with Javascript, and I've tried a simple object.focus() or object.select() call -- even tried calling the click event on the object itself -- and nothing seems to get around this little roadblock (or perhaps it's more of a speed bump).<br><br>Has anyone gotten IE7 to play the movie without a user click?<br><br>TIA,<br><br>Peter