ctchou Report post Posted December 19, 2006 I download all 3 sample files from http://www.infosoftglobal.com/FusionCharts/Demos/JS/Index.html FusionCharts.js Index.html MSColumn3D.swf onto my web server. Firefox works fine but not IE, chart is not showing, IE seems to be indefinitely loading. Same result when I tried licensed V3 FusionChart Enterprise. Thanks. Share this post Link to post Share on other sites
Pallav Report post Posted December 20, 2006 Does our online URL http://www.infosoftglobal.com/FusionCharts/Demos/JS/Index.html work in your IE? If yes, there might be some configuration issues with your local webserver. I would need the exact error message that you are receiving on your local webserver. Share this post Link to post Share on other sites
ctchou Report post Posted December 20, 2006 Thanks for the help. That URL works for IE. The problem occurs when I download sample files on Tomcat. I places 3 files on a webapp folder, nothing changes. Firefox works fine. How do i get error messages in IE? Share this post Link to post Share on other sites
Pallav Report post Posted December 20, 2006 When running on your local machine, can you make sure you're running it through a webserver - so that you access it as http://localhost:xxxx/path_to_file. This is necessary, because the Flash Player otherwise imposes restrictions on files that directly run on OS file system. In this case, you'll need to set proper permissions for the folder by right clicking on the chart > Settings and then adding the folder as a trusted one. Share this post Link to post Share on other sites
yehia Report post Posted December 26, 2006 hello everybody, i have the same problem; the example on the site works fine, but when i try the same in my page using IE7 and flash player 9 i got the following error in the FC_Rendered method: Object doesn't support this property or method this error is thrown when calling the setDataXML() method on the fusion chart object although that it works fine when i redeclare the object again in the FC_Rendered method. Share this post Link to post Share on other sites
ctchou Report post Posted December 26, 2006 This is not accessing local machine. I copied all 3 sample files onto a Tomcat webapp folder without any modification. I did some experiment and it turns out if the page is accessed via HTTP (instead of HTTPS), it works fine with IE. My app needs to turn SSL on. Please help. TIA. Share this post Link to post Share on other sites
Pallav Report post Posted December 27, 2006 For working over SSL, please see http://www.fusioncharts.com/FusionCharts/Docs/Contents/SSL.html Share this post Link to post Share on other sites
ctchou Report post Posted December 28, 2006 I looked the above link it states problem only occurs in using dataURL, the sample uses dataXML instead. Thanks Share this post Link to post Share on other sites
chil Report post Posted February 27, 2007 And if the example doesn't work? It doesn't in IE7. Then what should I do? Share this post Link to post Share on other sites
Pallav Report post Posted February 27, 2007 Please make sure that you've Flash Player 8 (or above) installed for your IE7. Share this post Link to post Share on other sites