"The Ultimate Tutorial Resource"
| www.TechnologyTutorials.org | HTML Tutorials |
Click to Activate and Use This Control, Fix
Click to Activate and Use This Control, Fix
Hoorah for Microsoft, they've done it again, since a recent update (and a recent court settlement not in microsoft's favor) The technology in Internet Explorer (IE6) has changed when displaying Flash Content, and ActiveX controls. Now when you observe a flash movie on one of these updated Internet Explorer Browsers, you are left with a highlighted box with the message "Click to Activate and Use This Control" Lucky for us, there is a simple and effective walk around for this. In just 4 steps you can now render this useless and effectivly fix the "click to activate" problem:

1) Just below the last <object> in your HTML page, insert the following Javascript:

<script type="text/javascript" src="ieupdate.js"></script>

2) Open a new document in Notepad or your HTML editor, and copy & paste the following content into it:

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}

3) Save this file as ieupdate.js

4) Upload both files to your webserver, and the problem should be solved.


Thats It!

I wish you all the best of luck.

Professional Web Design
Content and Images Copyright of ISDProductions.com 2006. All Rights Reserved.
Design 2.1
Didn't find what you we're looking for? Ask Dr. Zoidberg

Google
 
Web www.TechnologyTutorials.org