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
This commit is contained in:
lrbalt 2007-11-24 19:19:07 +00:00
parent b584ddbeff
commit 7c2282ba57

View file

@ -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' %>
<%= 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' %>