I have an issue with a flash application that is loaded in HTTP, then gets data from diffrent domains over HTTPS. The crossdomain.xml on each site is configured to support this and it works in Chrome, Firefox and IE9. However in IE8 and lower i get a "Error #2044: Unhandled ioError:. text=Error #2032: Stream Error" error. When using Charles to debug it i can see that the request is made and that its served by the server, which means that the error have to be caused when it tries to read the data it gets back. I have close to zero experience in programming in flash/as3 and have been looking at tons of similar questions on this site without finding a solution. Seems this often relates to crossdomain or an incorrect url, but since it works in other browsers and all gets served according to charles this cannot be caused by that.
Thanks in advance.