message "click to run an ActiveX control on this webpage"

When I attempt to open a webpage that contains a Quicktime movie, I am stopped by Internet Explorer and asked if I want to run an ActiveX control on the webpage. I click OK and the movie loads as normal. Now, I just updated my PC-cillin Internet Security and switched over to a DSL connection from dial-up. Is it possible that I have changed a setting that is preventing webpages containing Quicktime applications to load properly? By the way, this message will also pop up if I click the Quicktime link on Apple.com's webpage.

Windows XP

Posted on Mar 13, 2006 6:04 PM

Reply
17 replies

May 16, 2006 11:29 AM in response to QuickTimeKirk

Web page authors can also implement changes to their
html code that will prevent the "pop-up" ActiveX
message.
http://developer.apple.com/internet/ieembedprep.html
Since my Site has hundreds of QuickTime files I've
chosen to use the javascript method (global to my
pages) and use PAGE
ot
to update the page code.
I'm sure there is a Windows workaround tool that
could do the same but I don't create html files on a
Windows computer.


Here is the code I currently use can you show me how to change it to implement the Javascript solution you use. I have multiple quicktime movies on a page.

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
HEIGHT=256
WIDTH=320
<div class="jive-quote">
<PARAM NAME="src" VALUE="XXX.mov">

<PARAM NAME="CONTROLLER" VALUE="False" >
<PARAM NAME="AutoPlay" VALUE="True" >
<PARAM NAME="Loop" VALUE="False" >
<PARAM NAME="HREF" VALUE="XXX.mov" >
<PARAM NAME="TARGET" VALUE="myself" >
<EMBED SRC="XXX.mov"
HEIGHT=256 WIDTH=320
TYPE="video/quicktime"
PLUGINSPAGE="http://www.apple.com/quicktime/download/"
CONTROLLER="False"
AUTOPLAY="True"
LOOP="False"
HREF="XXX.mov"
TARGET="myself"
/>
</OBJECT>



iMac Mac OS X (10.4.6)

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

message "click to run an ActiveX control on this webpage"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.