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.

CSS Forum


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



Reply
IE6 IE7 avoiding the embed tags for flash
Old 06-14-2008, 10:04 AM IE6 IE7 avoiding the embed tags for flash
Skilled Talker

Posts: 60
Name: tami
Trades: 0
i want to avoid using <embed> tags so i used data="flashMovie.swf" so i can see the flash in fireFox.

but if i want to get rid of the grey triangle that shows in IE6 i used to use a
javascript link after the flash tags in my html :
Code:
  <script type="text/javascript" src="ieupdate.js"></script>
and the javascript is:
Code:
theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}
but using the data and the above together prevents the flash to shoe in IE6
and IE7.

any idea how i can solve this?
pizza is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-14-2008, 12:05 PM Re: IE6 IE7 avoiding the embed tags for flash
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Look at the stickies in the HTML forum, there's 1 thread devoted to adding flash and other media to a page.
__________________
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
 
Reply     « Reply to IE6 IE7 avoiding the embed tags for flash
 

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.39714 seconds with 12 queries