jodde Report post Posted March 19, 2008 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. Share this post Link to post Share on other sites
Pallav Report post Posted March 21, 2008 Hi, Can you make sure you're loading the SWF over SSL too? Share this post Link to post Share on other sites
new2fc Report post Posted July 29, 2008 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. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted July 30, 2008 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. Share this post Link to post Share on other sites
new2fc Report post Posted July 30, 2008 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. Share this post Link to post Share on other sites
new2fc Report post Posted July 30, 2008 There is another post thread talking about the same issue. Please refer / reply to this link: http://www.fusioncharts.com/forum/Topic5033-40-1.aspx?Highlight=movie+not+loaded Thanks. Share this post Link to post Share on other sites
srividya_sharma Report post Posted April 2, 2010 Hi All, Tomcat users might find this useful when trying to load chart using SSL: http://www.fusioncharts.com/forum/Topic25767-33-1.aspx Hope this helps. Srividya Share this post Link to post Share on other sites