From 7c2282ba57603bac85733cdf75df310277deb2f3 Mon Sep 17 00:00:00 2001 From: lrbalt Date: Sat, 24 Nov 2007 19:19:07 +0000 Subject: [PATCH] make flash objects respect z-ordering of layers. Fixes #596. See http://www.adobe.com/go/tn_15523 for explanation of this issue. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@651 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/stats/_chart.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/app/views/stats/_chart.rhtml b/tracks/app/views/stats/_chart.rhtml index 395a55c2..30d1b755 100755 --- a/tracks/app/views/stats/_chart.rhtml +++ b/tracks/app/views/stats/_chart.rhtml @@ -1 +1 @@ -<%= flashobject_tag "open-flash-chart.swf", :query_params => { 'width' => width, 'height' => height, 'data' => data}, :size => "#{width}x#{height}", :parameters => { 'allowScriptAccess' => 'sameDomain'}, :class_name => 'open-flash-chart', :flash_id => 'chart' %> \ No newline at end of file +<%= flashobject_tag "open-flash-chart.swf", :query_params => { 'width' => width, 'height' => height, 'data' => data}, :size => "#{width}x#{height}", :parameters => { 'allowScriptAccess' => 'sameDomain', 'wmode' => 'transparent'}, :class_name => 'open-flash-chart', :flash_id => 'chart' %> \ No newline at end of file