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:
<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