Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Activating Flash content in Internet Explorer
Old 08-03-2006, 04:15 PM Activating Flash content in Internet Explorer
Junior Talker

Posts: 2
Name: Jim
Trades: 0
This is probably an old subject but not to me! I need a program that can fix this without a lot of coding but can't seem to find one. Coding is ok but it all seems to be complicated to understand. My site is artisanwebdesign.com.
Need help,
Jim
casciojc is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-03-2006, 06:19 PM Re: Activating Flash content in Internet Explorer
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
If you're using the <embed> tag you must replace it.
Here is one very simple to implement method:
deconcept › SWFObject: Javascript Flash Player detection and embed script
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-14-2006, 12:06 PM Re: Activating Flash content in Internet Explorer
Junior Talker

Posts: 2
Name: Jim
Trades: 0
Thank you LadtnRed,

I really appreciate your taking the time for the direction you have given me. Unfortunately I have tried to figure this thing out with no success.

I'm terrible at javascript, just can't get it for some reason, but have no formal training in it.

I tried to replace the embed tag with the code from swfObject but I'm lost as to what to take out and where to put the new code in.

I also downloaded the swfObject but don't know where it should go or how it works.

I feel like a total idiot but I can't leave my websites like this and I have a new one I'm working on. BTW, my site is Artisan Web Design / Index .

I have 1 flash embed on each page but no luck so far getting rid of that terrible activation click.

I hate to ask but is there any way you could help. I am most aggreeable to pay for help on this.

In any case I appreciate your answer.

Sincerely Jim Cascio, Arizona
casciojc is offline
Reply With Quote
View Public Profile
 
Old 08-14-2006, 01:25 PM Re: Activating Flash content in Internet Explorer
Super Talker

Posts: 111
Name: Jonathan
Location: Arizona, USA
Trades: 0
Here's what works for me:

Make a file called ieupdate.js and paste this code into it:
Code:
theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}
Then, right after your .swf file (I put mine right after the OBJECT tag) on your page, paste this code:
Code:
<script type="text/javascript" src="ieupdate.js"></script>
This is a simple fix that works for the sites I've built. There are many approaches to making it to where your users won't have to "activate" the .swf file when viewing your site, but for a quick fix, this is simple and done in less than 5 mins for me.

The site that explains it: Flash Activate Content Fix
__________________

Please login or register to view this content. Registration is FREE
- Computer Repair over the internet!
pcoptimized is offline
Reply With Quote
View Public Profile Visit pcoptimized's homepage!
 
Reply     « Reply to Activating Flash content in Internet Explorer
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.38134 seconds with 12 queries