I have a big website that preloads a lot of areas (8+ areas, 6+ items for each area), loading images and text responses from script on the server.
Problem is, this preloading doesn’t work in Internet Explorer. It stops at 95~99%, randomly varying.
Analyzing the flashlog.txt, I see the following error repeated a few times:
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: "http://server/script.php"]
The URL varies too (I load data from a couple different scripts), but I’m 100% sure that it’s correct, because similar requests to that address work and everything goes smoothly in Chrome and Firefox.
Tracing the HTTP status for each request didn’t help either, all of them returned “200” (Ok).
What can be causing this random connections to fail? Too many simultaneous requests? IE Flash Plugin bug? All browsers were tested with the latest release of Flash Plugin/ActiveX component, but I don’t think it’s a FP version problem.