There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware missing monitor network networking outlook outlook 2003 outlook 2007 outlook express password popups problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Active X - IE error


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
sticker's Avatar
Senior Member with 313 posts.
 
Join Date: Sep 2002
Location: Dublin, Ireland
13-Jul-2007, 03:03 AM #1
Active X - IE error
Hey all,

I'm building a new site - using Flash CS3, and when I test my site in IE, it's giving me the dreaded "activeX - right click and allow" bar accross the top of the browser window.

What am I doing wrong here? - has it to do with my flash movie export options? there seems to be tonnes of options - I just went with the default ones...

Saying that I added text into the flash movie also and IE 6.0.2900 doesn't show it at all - its a windows safe font (arial) but it still doesn't appear.

They may be seperate issues, but I'd like to have flash incorporated into this site and avoid the activeX allow-bar.

Thanks in advance
__________________
-= FIRE WALK WITH ME =-
bryantms's Avatar
Computer Specs
Member with 64 posts.
 
Join Date: Jul 2007
Experience: Intermediate
13-Jul-2007, 12:55 PM #2
I'm having the same problem. I added a YouTube video and was getting the dreaded Active X bar popping up as well when I would preview from Dreamweaver. But when I opened it up in the browser (after publishing to host), I didn't get that message. I only got the Click to Activate feature. Have you tried accessing it from the web like that? At least then you can see what it is.

This isn't necessarily a flash file, which I haven't tried yet, but I think it's along the same lines. I tested this in IE6 and IE7.

Also, having learned a bit more about website design, I must say I am really a Firefox fan now.
MMJ's Avatar
MMJ MMJ is offline
Distinguished Member with 3,196 posts.
 
Join Date: Oct 2006
13-Jul-2007, 03:02 PM #3
Quote:
Originally Posted by bryantms
Also, having learned a bit more about website design, I must say I am really a Firefox fan now.
You and me.

Its hard to pinpoint exactly what causes that message to popup.

But if you aren't doing much than like bryantms said; when the page is local that message occurs much more often.
face1's Avatar
Senior Member with 181 posts.
 
Join Date: Sep 2005
Experience: Intermediate
14-Jul-2007, 11:13 PM #4
activeX pop-up in IE when previewing from DW is part of IE security settings dealing with local flash files only. It is not a flash or DW problem. I beleive it can be defeated but you will also loose some online protection. Since it only happens in the local previews and has never been an issue once the page is published, I choose to just deal with it during previews and keep the protection when browsing...if you only test in IE and use FireFox for all web browsing then check your IE security settings and you should be able to disable it.

As for text / fonts in flash not showing... all fonts are safe in flash because they are embeded in the flash file as vector information. I am not sure about the IE6 issue...did the text appear in other browsers? Is it possible that you have an older version of flash shockwave player installed on your system that the IE6 may be still loading?

and concerning the click to activate issue...this fix should work:

Paste following after last <object> tag in html page


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


save NotePad file as ieupdate.js include following in body of .txt doc

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




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.
sticker's Avatar
Senior Member with 313 posts.
 
Join Date: Sep 2002
Location: Dublin, Ireland
16-Jul-2007, 02:36 AM #5
Quote:
Originally Posted by face1
activeX pop-up in IE when previewing from DW is part of IE security settings dealing with local flash files only. It is not a flash or DW problem. I beleive it can be defeated but you will also loose some online protection. Since it only happens in the local previews and has never been an issue once the page is published, I choose to just deal with it during previews and keep the protection when browsing...if you only test in IE and use FireFox for all web browsing then check your IE security settings and you should be able to disable it.

As for text / fonts in flash not showing... all fonts are safe in flash because they are embeded in the flash file as vector information. I am not sure about the IE6 issue...did the text appear in other browsers? Is it possible that you have an older version of flash shockwave player installed on your system that the IE6 may be still loading?

and concerning the click to activate issue...this fix should work:

Paste following after last <object> tag in html page


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


save NotePad file as ieupdate.js include following in body of .txt doc

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




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.
Thanks - I appreciate the help!

I have heard on some techie sites that some flash based text CAN lose the text when publishing the movie - the text needs to be 'embedded' into the movie or something.

I'm not sure how to go about doing this - Perhaps it's a local preview problem too... I'll upload the problem flash file and test it on a few versions of IE on different PCs...
__________________
-= FIRE WALK WITH ME =-

Last edited by sticker : 16-Jul-2007 02:42 AM.
Reply


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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:13 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.