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 <[email protected]> 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/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

