Displaying 1 result from an estimated 1 matches for "swf_tag".
Did you mean:
dw_tag
2009 Jul 30
1
Rails Plugin for swfobject? - swf_fu
...r, I''m trying
to pass a variable to my flash through rails and have the flash content
pick it up.
The variable is already retrieved in an earlier call to the database so
I don''t believe it''s any type of authentication string issue. Here''s
two examples:
<%= swf_tag "victory.swf", :size => "250x75", :div_id => "flbars",
:flashvars => "victory_id=#{@virtuals_victory}", :parameters => {:wmode
=> ''transparent''} %>
OR
<%= swf_tag "victory.swf", :size => "250x75"...