Hi,
I have a flash SWF movie file on the website which works like it's supposed to in IE6, IE7, Firefox and Opera, but it doesn't play in IE8 and Google Chrome.
A big percentage of the visitors now uses IE8 and half of the "above the fold" screen space is blank because flash refuses to work in those browsers.
The embed code is
[size=2]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="620" height="283">
<param name="movie" value="file.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="file.swf" width="620" height="283">
<!--<![endif]-->
<p>Title</p>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>[/size]
I tried a bunch of other codes, but none of them work... Hope you can help.