|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/19/2007 3:01:09 PM
Posts: 4,
Visits: 29
|
|
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.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/19/2007 3:01:09 PM
Posts: 4,
Visits: 29
|
|
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?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
| 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.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/26/2006 8:01:58 AM
Posts: 1,
Visits: 5
|
|
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.
Yehia Abdel Kader
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/19/2007 3:01:09 PM
Posts: 4,
Visits: 29
|
|
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.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/19/2007 3:01:09 PM
Posts: 4,
Visits: 29
|
|
I looked the above link it states problem only occurs in using dataURL, the sample uses dataXML instead.
Thanks
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/27/2007 6:59:52 AM
Posts: 2,
Visits: 3
|
| | |