Dear all
As usual I face dozens of problems on IE, everythings i create works
fine on both chrome and firefox but not always on IE.
This time I am using swfobject to display flash banners on my site.
The banner works fine on firefox and chrome but it displays the error
message on IE.
Anyone faced this problem or knows a solution
Is there another way of displaying swf files
thanks
11175
(-- --)
August 26, 2009, 5:06pm
2
I have the same problem. It work with IE 7 but not IE 8. I'm using the
swfupload, and the button sometimes shows and sometimes not.
Are you sure that you are using the lastest version of swfupload?
There are issues with flash versions and swfupload.
This is how I setup mine
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=6,0,40,0"
width="689" height="328">
<param name="movie" value="/swf/header.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<!--[if !IE]> <-->
<object data="/swf/header.swf"
width="689" height="328" type="application/x-shockwave-flash">
<param name="wmode" value="transparent">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="https://www.macromedia.com/go/
getflashplayer">
<%= render :partial => 'shared/static_page' %>
</object>
<!--> <![endif]-->
</object>
Works across all browsers...