Ok, this is my problem. I am trying to embed an .swf file into my webpage using swf_fu. I installed the gem from my applications folder and added the rake task install to my rake file as per the instructions on the swf_fu page found here http://github.com/marcandre/swf_fu. I added the <% swf_tag ""%> erb line into my rhtml file but now when i start the server and try to view the page it throws an swf_tag method not found error. So my question is where did the install of swf_fu go wrong. Obviously the gem/plugin did not get linked into my project properly. I''ve also tried adding an require ''swf_fu'' to my config enviroment file but that did not help either although this fixed a similar problem i had with will_paginate. Any help would be grately appreciated or else im going to have to redisign my project for javascript rather than using flash. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.