Uh, my troubleshooting wiki says the following about this:

ssl / cache bug
when:
    * load something over ssl 
what:
    * flash can't load data from a ssl source. 

solution
add headers:

// php example
header("Cache-Control: cache, must-revalidate");
header("Pragma: public");


> Hello guys!
> 
> I have a big problem regarding my flash application running under IE and
> SSL protocol. My swf cannot load the data. I tried many solutions that I
> found in googling but none of them succeeds.
> 
> Can anyone help me with this issue?
> 
> Thank you.

Reply via email to