Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » IE compatibility issues


IE compatibility issues

Reply
  #1 (permalink)  
Old 12-01-09, 11:06 PM
cocaine_energy_drink cocaine_energy_drink is offline
Newbie Coder
 
Join Date: Sep 2008
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
IE compatibility issues

I have very little knowledge of flash. But I recently coded a website and the client wanted a flash slideshow on the homepage. I downloaded code for this show: XML Flash Slideshow - Simple and easy xml flash slideshow and I tweaked the XML file to suit may clients needs. The slideshow works perfectly in Firefox and Chrome but won't show up in any IE browser. If I visit the .swf file in IE it shows up and works perfectly just doesn't seem to want to embed on the page. I would think that's a javascript issue but everything looks ok. Here's how it's embedded on the page:

Code:
<div id="flashcontent" class="graphics">
			<h1>Oops!</h1>
			<p>It looks like you don't have flash player 6 installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.
			</p>
	</div>
		
	  <script type="text/javascript">
			var so = new SWFObject("slideshow.swf", "gallery", "693", "400", "7", "#ffffff");
			so.addVariable("file", "slideshow.xml");
			so.write("flashcontent");
		</script>
There's also javascript reference in the header that I have not touched. Any ideas what the problem is?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 12-02-09, 07:03 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Can you post the javascript reference in the header?

Is the code you posted at the end of the page?

Also - IE8 has some development tools. You might want to use them. If you're using IE6/7, you can use alert boxes to watch the code as it is executing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Item Database Issues The Knowing PHP 15 11-19-09 06:42 PM
CSS @import Compatibility Issues? scott2500uk CSS 1 06-04-08 01:03 PM
Flash Player embedded code compatibility issues mrurban HTML/XHTML/XML 1 09-18-06 02:40 PM
Flash and backwards compatibility jaxz Flash & ActionScript 2 06-03-06 10:20 AM
XP / 2000 /98 exe compatibility DAL Visual Basic 0 05-20-04 05:24 PM


All times are GMT -5. The time now is 12:31 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.