Sennakesavan Report post Posted April 13, 2015 Hi Team, Fushion 3D Bar Chart is not displaying in Firefox. but it works in IE & Chrome. Data XML values are rendered to browser but Mozilla shows 'A plugin is needed to display this content'. Please advise Thanks in advance. Share this post Link to post Share on other sites
Swarnam Report post Posted April 14, 2015 Hi, Welcome to FusionCharts forum. To display a Flash movie correctly in a browser using FusionCharts Free, HTML page should contain specific tags that specify the Flash movie file to be opened and played. There are two tags which are intended for it: <OBJECT> and <EMBED> tags. Meanwhile, FusionCharts Free has been discontinued. We would suggest you to upgrade to latest version of FusionCharts Suite which supports pure JavaScript rendering. Share this post Link to post Share on other sites
Sennakesavan Report post Posted April 15, 2015 Hi Thanks for your update. Its working in other browsers IE, chrome. only In firefox the reported issue is occurring. I am using ASP:Literal control to display the fusion charts in Front end using ASP.net. Please advise how and where I can add <OBJECT> and <EMBED> tags. Thanks Share this post Link to post Share on other sites
Swarnam Report post Posted April 16, 2015 Hey, Try using JavaScript class named FusionCharts.js to render the charts instead of using HTML embedding method. Make use of renderChartHTML() API, for more information refer to: http://docs.fusioncharts.com/free/Contents/CS_BasicExample.html Hope this helps. Share this post Link to post Share on other sites