mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
6 lines
374 B
Text
Executable file
6 lines
374 B
Text
Executable file
<% @swf_count ||= 0 -%>
|
|
<div class="open-flash-chart"><%= swf_tag asset_path("open-flash-chart.swf"),
|
|
:flashvars => { 'width' => chart.width, 'height' => chart.height, 'data' => url_for(:action => chart.action)},
|
|
:parameters => { 'allowScriptAccess' => 'sameDomain', 'wmode' => 'transparent'},
|
|
:div_id => "chart_#{@swf_count+=1}",
|
|
:size => chart.dimensions %></div>
|