Link to home
Start Free TrialLog in
Avatar of bsjld
bsjld

asked on

Flash/ JS code works in Firefox but not IE8,

I bought a redy made flash component and pasted the code in a CMS that a designer did for our company andwhen I pasted it and go to Firefox the flash works fine.  But when i go to IE 8 it says upgrade your flash.  I have flash player 10 and when i go to another site it works and to adobe it works, so I'm assuming it something in the code.  I'm a beginner and just barely  can make my way around it.

The code I use is below, HOW CAN I GET IT TO WORK IN IE, so visitors don't have to be bothered.
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no"><table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr>	<th align="center" valign="middle">
<div id="flashcontent"><strong>You need to upgrade your Flash Player</strong>
</div><script type="text/javascript"> var so = new SWFObject("preview.swf?xmlPath=banner.xml&width=590&height=245&transition=Photo&autoplay=1", "sotester", "590", "300", "9", "#FFFFFF");
so.addParam("allowFullScreen", "true");
so.write("flashcontent");</script></th></tr></table>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of vignes_waran
vignes_waran

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial