Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Web Development
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 07-27-2006, 11:44 AM   #1
NeutralizeR
Junior Member
 
NeutralizeR's Avatar
 
Join Date: Jul 2006
Location: Ankara/TR
Posts: 26
NeutralizeR will become famous soon enough
Send a message via MSN to NeutralizeR
Post How to bypass "Click to activate and use this control" IE ActiveX Fix Guide


Preparing Websites with Active Content for Announced Browser Changes


Many of you have read about the announced changes in Microsoft Internet Explorer. You may have some questions about what's going to happen to your websites that use embedded ("active") content and applications. Active content can include Macromedia Flash, Shockwave, or Adobe Acrobat files. You are probably starting to consider what you're going to do to be prepared.

How Will the Browser Changes Affect My Site?

What will the effect of the browser changes actually be? How soon are these changes happening? Will users still be able to view active content tomorrow or next week?

Users will be able to view embedded content and applications in their present form—until they update their Internet Explorer browsers on Windows. The browser update was first released as an optional update in February 2006. After users update the browser, they have to click embedded or "active" content before they interact with it. Check out the resources on the Microsoft Developer Network (MSDN), where you can get more information.

Some sites will not be affected by the change. The updated browser prompts users to click before displaying active content coded using <object> , <embed> , or <applet> tags that are inline in an HTML file. However, HTML pages that use tags generated by external script files (like JavaScript), such as sites that use complex Flash detection scripts, should continue to work normally with no change.

Many of you will want to fix your sites to work around the mandatory browser changes. The good news is that you can apply one of several design-arounds to your site right now.

************************************************** **
************************************************** **
************************************************** **

I've lots of flash files in my forum style and i also have flash & media player bbcodes enabled. It's really boring to click on the active contents everytime to activate them (for Internet Explorer users).

I'll try to tell you the easiest solution to bypass active content activating.

-Create a new TXT file on your desktop.
-Rename it to 'iefix.js'.
-Open 'iefix.js' with your text editor. (NotePad)
-Paste the following code in it:
HTML Code:
fls = document.getElementsByTagName("object"); for (var a = 0; a < fls.length; a++){fls[a].outerHTML = fls[a].outerHTML;}
-Save 'iefix.js' and close it.
-Upload 'iefix.js' to your web servers root.

Now we have the needed external javascript file.

If you just have .swf files embedded on your pages, you are cool.

Because this way of bypassing active content activation got some issues with media players. The media files won't play automatically and the media players will miss their "src, width, height, etc..." attributes.

Let's say you just want it for your swf enabled pages.

-Open your Admin CP > Styles & Templates Manager > Style Manager > footer template.
Paste the following code at the beginning of your footer template:
HTML Code:
<script type="text/javascript" src="http://www.yourdomain.com/iefix.js"></script>

*Don't forget to replace http://www.yourdomain.com/ with your domain.

The logic of this method depends on adding the code above right after the last </object> tag in the page to disable the active content's activation requirement. Of course you can also use this method for your non-vbulletin pages.

Example:
Open your IE and go to this address:
http://www.msxlabs.org/forum/
Mouse over the flash animations at the top.

Let me know if you want to know how to exclude media players in vBulletin posts from this IE ActiveX Fix method.

For more information:
http://www.adobe.com/devnet/activeco...devletter.html
http://msdn.microsoft.com/library/de...ng_activex.asp

IE ActiveX Fix Guide by NeutralizeR from MsXLabs Organization.

Original Thread
NeutralizeR is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 07-27-2006, 02:09 PM   #2
Katey
Senior Member
 
Katey's Avatar
 
Join Date: Apr 2006
Location: Hull, United Kingdom.
Posts: 317
Katey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud of
Default Re: How to bypass "Click to activate and use this control" IE ActiveX Fix Guide

Hi there,

This has been getting on my nerves for quite a while now, I'm glad I have found a way to disable it now.


Regards,
Kieran Taylor.
Katey is offline  
Old 08-08-2006, 02:17 PM   #3
smcgw
Newcomer
 
smcgw's Avatar
 
Join Date: Aug 2006
Posts: 1
smcgw will become famous soon enough
Default Re: How to bypass "Click to activate and use this control" IE ActiveX Fix Guide

hey there, i tried this method, however i am using EMBED tags, not object tags, i tried adding object, embed, but it didn't work, any suggestions?

thanks for you're time,
smcgw is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Selling Banner Space on "Online Classifieds Network" pojax Links for Sale 0 09-26-2006 03:53 PM
Interesting article: "Important points about domain names" SEO_Services Domain Name 10 05-13-2006 06:18 PM
Now THIS is a funny "spam" message - An epic tale of $25 mil and thousands dead! compuXP General Talk 12 02-14-2006 10:17 AM
MY phpNuke + phpBB mod_rewrite and "Forum Topics" block... mrtux Website Reviews 0 01-31-2006 07:28 PM


All times are GMT. The time now is 10:11 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.