ariagreg Report post Posted July 5, 2011 I am unable to load any flash charts in IE 64 bit for versions 7,8,9,9 compatibility. It doesn't even fail over to JavaScript charts in the FusionCharts.js. Is there a fix for this? I was able to open up 32 bit IE and everything worked fine. I tried searching for information regarding this but was unable to find any information. Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 6, 2011 Hi, Welcome to FusionCharts Forum! Could you please confrm whether you are using 64 bit Flash player or not? Please also confirm whether you are using 64 bit IE version or not. Awaiting for your response. Share this post Link to post Share on other sites
ariagreg Report post Posted July 6, 2011 Hi, Welcome to FusionCharts Forum! Could you please confrm whether you are using 64 bit Flash player or not? Please also confirm whether you are using 64 bit IE version or not. Awaiting for your response. I was able to fix my issue with FusionCharts._fallbackJSChartWhenNoFlash();. However, I have a dropdown list that when on change it reloads the chart with new data. How can I add a loading image to the chart to show that a call was actually made and that the data is loading? Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 7, 2011 Hi, Thanks for your response. FusionCharts JavaScript class API provides a number of events to solve your purpose. For more details, please visit the link: http://www.fusioncha...API/Events.html Hope this helps. Share this post Link to post Share on other sites
ariagreg Report post Posted July 8, 2011 Thanks, I was able to use DataLoadRequested and DataLoadRequestedCompleted listeners to my advantage. Hi, Thanks for your response. FusionCharts JavaScript class API provides a number of events to solve your purpose. For more details, please visit the link: http://www.fusioncha...API/Events.html Hope this helps. Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 11, 2011 Hi, Glad to know that you have managed to solve your problem. Happy FusionCharting! Share this post Link to post Share on other sites