md5 Report post Posted January 6, 2007 None of my charts are working in Internet Explorer 6 or 7 with Flash 9. They do work in Firefox 2 or in IE with Flash 8 though. Does anyone else have this problem? Share this post Link to post Share on other sites
Pallav Report post Posted January 7, 2007 Hi, We've tested FusionCharts with Flash Player 9 on several machines and they work fine. There might be a configuration problem on your system. Can you please let us know what do you see on-screen when you try to see a chart? Share this post Link to post Share on other sites
md5 Report post Posted January 7, 2007 I don't see anything at all. Where the chart should be it's just blank, and the page continually says it's loading. If I right click where the chart should be it does come up the Flash Player 9 menu but it says Movie Not Loaded Share this post Link to post Share on other sites
md5 Report post Posted January 7, 2007 I just tried loading the swf file in the browser and it actually works fine. It must be something wrong with my HTML. Do you see any problems with it? Share this post Link to post Share on other sites
md5 Report post Posted January 7, 2007 Sorry for 3rd post you don't let me edit or delete though You can see the code here: http://pastebin.com/853576 Share this post Link to post Share on other sites
Pallav Report post Posted January 8, 2007 You've a missing quote in the following line: <PARAM NAME="movie VALUE="MSColumnLine3D.swf"> Please change it to: <PARAM NAME="movie" VALUE="MSColumnLine3D.swf"> Also, to paste any code in this forum, just use surround it by [ code ] [/ code] without the spaces in this IFCode (or select the code and click on the code IFCode shortcut on the left side of the textbox, during posting) Share this post Link to post Share on other sites