OpenFlash Chart not able to load the flash

Had a similar issue, solution was to place the "call" for the chart into the view:

<%= javascript_include_tag "swfobject.js" %> <% chart_action = "/flash_charts/#{@offer.id}/price_quantity_chart" %> <% @graph = open_flash_chart_object(500,400, chart_action, true) %> <%= @graph %>

cheers, rainer

Sahil Dave-2 wrote: