Newsflash

Signup for hosting with Hostworks UK and you'll receive your choice of Domain Name for Life!

Click here to find out more

 
powered_by.png, 1 kB
Home arrow News arrow click to activate and use this control
click to activate and use this control PDF Print E-mail

Why do I see a message prompting me to “click to activate and use this control” when I roll my mouse over a Flash animation?

This is a result of the latest Internet Explorer update.

Microsoft recently lost a legal battle with a patent holder about the way Internet Explorer displays OBJECTs and EMBEDs in webpages. Microsoft then decided to update its Internet Explorer browser with changes requiring user input to display and activate ActiveX based media.

This affects all Flash animations but also other files such as QuickTime, RealPlayer, Java and Adobe Acrobat among others. It means users have to click the object first in order to activate its functions.

Luckily, there are ways for website developers to modify their website so that the user experience is not impacted by Microsoft’s changes. I have selected the easiest and most user-friendly option available at this time and have implemented this solution throughout this website.

To fix the problem, please follow these steps:

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.

This fix has been duplicated from http://www.amarasoftware.com/flash-problem.htm all rights and 'kudos' acknowledged.

 
< Prev   Next >
(C) 2008 hostworks-uk.net
Joomla! is Free Software released under the GNU/GPL License.