new2fc

Members
  • Content count

    5
  • Joined

  • Last visited

About new2fc

  • Rank
    Forum Newbie
  1. Cant load chart file in https over https

    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.
  2. Cant load chart file in https over https

    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.
  3. Cant load chart file in https over https

    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.