|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/10/2008 8:22:31 AM
Posts: 5,
Visits: 15
|
|
My webapp with fusioncharts works well in Firefox, but not in Internet Explorer. The problem isn't that I can't get the XML data (the Pragma and Chach-Control header, when you get a "Error in loading data") because I can load a Excel file with html data. I get a Movie not loaded error instead, like if that IE can't load the swf file.
I tested the application on another computer with https on IE and that doesn't work, but it do work on regular http in IE.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Hi,
Can you make sure you're loading the SWF over SSL too?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/30/2008 6:25:07 PM
Posts: 5,
Visits: 10
|
|
| I have the same issue and am interested in your suggestion. Could you please explain more on how to load swf using ssl? Can you give a short piece of sample code? Thanks in advance.
New_FusionCharts_User
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 12:44:44 PM
Posts: 153,
Visits: 631
|
|
| Hi new2fc, Could you please remove the Pragma: no-cache, Cache: no-cache, from the server. Because addition of meta tag does not work in IE.
Regards,
Rahul
FusionCharts Team.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/30/2008 6:25:07 PM
Posts: 5,
Visits: 10
|
|
| Thank you Rahul for the prompt reply. Yes I sent back the following headers from the JSP file that generated the xml data: Pragma: public Cache-control: cache, must-revalidate I catched the response header and confirmed that the headers are set correctly as above. But I still saw the "movie not loaded" issue. When I tried to also set the above mentioned headers in the page that calls the "setDataURL" method, I just got nothing in the response page. One thing I noticed is that when I placed the files to a server side location that does not require login authentication, then it works on IE also.
New_FusionCharts_User
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/30/2008 6:25:07 PM
Posts: 5,
Visits: 10
|
|
|
|
|