Hi,
I've read in the forums and the doco that if I use Fusion charts over SSL then in order for it to work with Internet Explorer, I'd need to add the following to the http headers:
This still doesn't work for me - I get the "Movie not Loaded" message in the flash player.
My code is really simple:
html code
Where "demodatadownload" is a servlet which takes in the name of the xml data file to send back to the browser,
demodatadownload.java
I have verified the following:
1) Everything works in firefox
2) the servlet is generating http headers of the form:
Pragma: public
Cache-Control: cache, must-revalidate
So I'm stumped, what am I missing here?
Thanks
Al