Hi jgervin The no action responsed message is Ruby specific error.
Doing a quick Google search I find that it seems to do with a bad resource mapping location. Basically, this does not seem to be a SWFObejct error to me. If you set up a static page (no dynamic paths etc) does it work as intended? Aran On Sat, Jun 6, 2009 at 2:17 AM, jgervin <[email protected]> wrote: > > I am using Ruby on Rails and swfobject and I am getting this error > "Not action responded to swfobject" and was wondering if anyone else > has seen this? > > Here is my swobject implementation: > > <script type="text/javascript" src="swfobject.js"></script> > > <% extra_scripts_for_page :networkmap -%> > <script type="text/javascript"> > swfobject.embedSWF(<%= "#...@swf_path}?#{time.now.to_i}".to_json > %>, "flashDiv", "100%", "696", "10.0.0","/flash/expressinstall.swf" , > {},{wmode: 'transparent'}, {id: "network_map", name: > "network_map"} ); > </script> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" 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/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
