Because of issues with Microsoft Internet Explorer, loading data via SSL into the Flash Player ActiveX control doesn't work if the server uses a no-cache header. The problem occurs if the server is using SSL and has added one or both of the following HTTP headers to the response message:
Pragma: no-cache Cache-control: no-cache,max-age=0,must-revalidate
To solve this issue and receive data via SSL in Flash Player, remove the no-cache settings that are listed above from the server.

