Flash Banner not showing in IE but working fine in Chrome and Firefox
-
I’m working on a site https://www.ulistic-projects.com/forza I’ve put a banner there in header.php here is the code `<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”940″ height=”300″>
<param name=”movie” value=”header1.swf” />
<param name=”quality” value=”high” />
<param name=”allowScriptAccess” value=”always” />
<param name=”wmode” value=”transparent”>
<embed src=”https://ulistic-projects.com/forza/images/header1.swf”
quality=”high”
type=”application/x-shockwave-flash”
WMODE=”transparent”
width=”940″
height=”300″
pluginspage=”https://www.macromedia.com/go/getflashplayer”
allowScriptAccess=”always” />
</object>`
It works fine in Chrome and Firefox but when it comes to IE it doesn’t show there.
Can anyone Tell me about the problem ?
How to fix this.?
- The topic ‘Flash Banner not showing in IE but working fine in Chrome and Firefox’ is closed to new replies.