Bebetto Report post Posted December 17, 2009 (edited) Hello. How I can set wmode for the chart flash object. For example i need: embed wmode = "opaque" ................. /> in html. In code I use RenderChartALL function from ASP.NET example somethig like this: builder.AppendFormat("var chart_{0} = new FusionCharts("{1}", "{0}", "{2}", "{3}", "{4}", "{5}");" + Environment.NewLine, builder.AppendFormat("chart_{0}.setTransparent({1});" + Environment.NewLine, chartId, "true"); Edited December 17, 2009 by Guest Share this post Link to post Share on other sites
Bebetto Report post Posted December 17, 2009 Find answer in http://www.fusioncharts.com/forum/Topic584-35-1.aspx#bm934 Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 17, 2009 Hello, In order to support Mozilla-based browsers and other browsers, such as Safari, you should also include the wmode parameter in the <embed> tag, like this: <embed wmode="transparent" .......></embed> Share this post Link to post Share on other sites