• Index » 
  • Community » 
  • Tech » 
  • Click here to activate this control ( Fix Eolas ) How ?
Breez
AKA: badhq
+937|7084|Derby, England

Ok guys Im having this problem where when I go to flash sites or load flash player on site it ses click here to activate this control does anyone have a sum sort of program name that will fix this or know how to fix it ( with out inbeding anything on  the website it self ) as its an issue with IE6

After countless threads on google Im still at same problem so any help would be apprishiated

Thank you

Peace Boris
Breez
AKA: badhq
+937|7084|Derby, England

So no one has answear for this ?
FesterTheMolester
BF2s US Server Admin, IRC>Forums
+157|7092|The Mind Of A Cereal Killer
yea, that happens to me too.  does it also say "or press your spacebar"?

it really anoys me, i hope we can find a way to stop that
King_County_Downy
shitfaced
+2,791|7049|Seattle

Try going into Internet Options, Program tab, Add-Ons button. Highlight the "flash" object and click on update activeX
Sober enough to know what I'm doing, drunk enough to really enjoy doing it
DUnlimited
got any popo lolo intersting?
+1,160|6915|cuntshitlake

me too. it sucks. I think it is there so that no one will press flash links accidentally.
main battle tank karthus medikopter 117 megamegapowershot gg
King_County_Downy
shitfaced
+2,791|7049|Seattle

Can you give me an example of a site that does that?
Sober enough to know what I'm doing, drunk enough to really enjoy doing it
Breez
AKA: badhq
+937|7084|Derby, England

King_County_Downy wrote:

Can you give me an example of a site that does that?
www.BADHQTEAM.com it does it up the top where the logo is I can show u example pic what it does

https://capitalhead.com/img/activating_activex.gif

https://www.ediy.co.nz/site/images/62953.jpg

Basicly anything to do with flash will display that message
Kmar
Truth is my Bitch
+5,695|7053|132 and Bush

This message appears because Microsoft has been sued and lost a law suit in the Internet Explorer browser software in regard to embedded controls/applets.  In order to not have to pay millions of dollars in licensing fees, Microsoft have changed the behaviour of the Internet Explorer browser to require an activation click on the embedded control before a visitor is allowed to interact with the applet.

Microsoft made this adjustment April 2006.(Thats when it started happening)

Solution 1, use Firefox.

There is a workaround to this problem involving an external javascript include, which is exempt from the patent because it involves another layer between the embedded control and the browser. 

Solution 2, If you have access to the fla file

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.

Last edited by Kmarion (2006-10-25 08:29:52)

Xbone Stormsurgezz
Breez
AKA: badhq
+937|7084|Derby, England

Kmarion wrote:

This message appears because Microsoft has been sued and lost a law suit in the Internet Explorer browser software in regard to embedded controls/applets.  In order to not have to pay millions of dollars in licensing fees, Microsoft have changed the behaviour of the Internet Explorer browser to require an activation click on the embedded control before a visitor is allowed to interact with the applet.

Microsoft made this adjustment April 2006.(Thats when it started happening)

Solution 1, use Firefox.

There is a workaround to this problem involving an external javascript include, which is exempt from the patent because it involves another layer between the embedded control and the browser. 

Solution 2, If you have access to the fla file

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.
Sounds good but I dont have html page I just have php page ( unless u talking about html in Theme it self ? ) if so there are few html pages which one do I need to edit exacly ? Thanks
Kmar
Truth is my Bitch
+5,695|7053|132 and Bush

Put the HTML outside of your PHP tags. You can even put it in the middle if you close and reopen the <?php -and- ?> tags. Here is an example of putting the HTML outside of the tags.

Code:

<html>
<title>HTML with PHP</title>
<body>
<h1>My Example</h1>

<?php
//your php code here
?>

<b>Here is some more HTML</b>

<?php
//more php code
?>


</body>
</html>
I see you are using PHP Nuke. Which version?
I would back up your header.php and try it there.

Last edited by Kmarion (2006-10-26 01:32:20)

Xbone Stormsurgezz
liquidat0r
wtf.
+2,223|7079|UK
Or just use a different browser...
Breez
AKA: badhq
+937|7084|Derby, England

Kmarion wrote:

Put the HTML outside of your PHP tags. You can even put it in the middle if you close and reopen the <?php -and- ?> tags. Here is an example of putting the HTML outside of the tags.

Code:

<html>
<title>HTML with PHP</title>
<body>
<h1>My Example</h1>

<?php
//your php code here
?>

<b>Here is some more HTML</b>

<?php
//more php code
?>


</body>
</html>
I see you are using PHP Nuke. Which version?
I would back up your header.php and try it there.
Its aphp nuke u mind puting that code in order for me ? please ? and you think I should doit with header.php ?

I still dont get this part which php file needs editing the one thats in Themes ? or the ones that in root ? Thanks gyus

Liquid thats not an option bro me likes IE Thanks thos

Peace Guys Boris
Breez
AKA: badhq
+937|7084|Derby, England

anyone ? :s
  • Index » 
  • Community » 
  • Tech » 
  • Click here to activate this control ( Fix Eolas ) How ?

Board footer

Privacy Policy - © 2025 Jeff Minard