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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Penelope West
2009-Aug-26 17:06 UTC
Re: swf object works on firefox and chrome but not on IE
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. -- Posted via http://www.ruby-forum.com/.
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... On Aug 26, 10:06 am, Penelope West <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> 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. > -- > Posted viahttp://www.ruby-forum.com/.