# Quicktime VR - and "Click to activate" - How to stop this in ie?

**URL:** https://forum.kirupa.com/t/quicktime-vr-and-click-to-activate-how-to-stop-this-in-ie/230038
**Category:** web dev
**Created:** [June 22, 2007, 5:24am UTC](https://forum.kirupa.com/t/quicktime-vr-and-click-to-activate-how-to-stop-this-in-ie/230038 "2007-06-22T05:24:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Flash\_Man1](https://avatars.discourse-cdn.com/v4/letter/f/8797f3/32.png) [@Flash\_Man1](https://forum.kirupa.com/u/Flash_Man1)
#### Post date: [June 22, 2007, 5:24am UTC](https://forum.kirupa.com/t/quicktime-vr-and-click-to-activate-how-to-stop-this-in-ie/230038/1 "2007-06-22T05:24:34Z")

</div>

Hey all,

I have a quicktime VR and when people view the site in ie they are prompted to “click to activate” the quicktime VR. How can I stop this “click to activate thing/ or turn it off?”

Here is my code for how I am using it in my HTML:

```auto
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="616" height="133" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" align="middle">
   <param name="src" value="images/panorama4.mov">
   <param name="autoplay" value="true">
   <param name="controller" value="true">
<embed src="images/panorama4.mov" width="616" height="133" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>
</object>

```

Any ideas?

Thanks in advance 🙂
