comiz Report post Posted October 27, 2009 Hello, I'm trying to problem with the swf. The flash is on top of the menu in my application. To address would have to use html directly with param name="wmode" value="opaque" /> , but the export to pdf does not work. Would pass param name="wmode" value="opaque" /> using javascript to resolve the problem of flash over html? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted October 27, 2009 Hi, Could you please use myChart.addParam('wmode', 'opaque'); code in JavaScript and try again. Example: [script type=text/javascript] var myChart = new FusionCharts("../../FusionCharts/Column2D.swf", "myChartId", "500", "300", "0", "1"); myChart.setDataURL("SimpleExample.xml"); myChart.addParam('wmode', 'opaque'); myChart.render("chartdiv"); [/script] Share this post Link to post Share on other sites
comiz Report post Posted October 27, 2009 thank you Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 27, 2009 Hi, You are most welcome in the forum. Glad that could help you. Happy FusionCharting. Share this post Link to post Share on other sites
Sulaiman PK Report post Posted April 12, 2010 hi, I have same problem and I want to add parameter tag to solve this.() but I cant use javascript code because I am using ASP.NET Code to render chart. ie., string output=FusionCharts.RenderChartHTML("../FusionCharts/AngularGauge.swf", "", strXML.ToString(), "chart1", "310", "250", false); How I can add a parameter tag in this case? Please help me...Its very urgent... Share this post Link to post Share on other sites