It goes like this. When I tried my flash app via https insode the firefox, it works. But when I tried it inside IE using the https protocol, my flash app wont load the external data. I have 2 flash movies. The parent movie and the child. The parent the one embedded on the page while the child is being loaded into the parent movie.
Using the https inside IE it gives me a bug. I did the following solution found by googling: 1 - Put a crossdomain policy file in my web root directory 2 - Set my returning request headers Pragma='', and Cache-Control='' both in my flash and PHP script. But, still doesn't work. Can you help me?

