Loading errors 2032, 2035, 2036 (seems random)

Hi,

I have a full-flash website, it loads many files. Depending on the extension, I use different classes :

  • Sound for mp3
  • Loader for png and swf
  • URLLoader for bin

When I test my site, I don’t have any loading error, but I write logs on my server when loading error happen to users, and I see there are several per day, that I don’t understand :

  • Error 2032 (no httpStatus) on mp3
  • Error 2032 (with httpStatus 0 or 200) on bin
  • Error 2036 (with httpStatus 0 or 200) on png and swf
  • Error 2035 (with httpStatus 0) on png and swf

My website is on patschool.com and I load media files on static.patschool.com (which is a CDN). I have crossdomain.xml so the 2 domain can communicate. (if the crossdomain was not ok, loading would fail all the time, right ?)

The errors are on different files, when I try to load them, everything is OK, it is not a syntax error on url.

When a loading fails, my loader tries 3 times : most of the time when a loading fails, the second try is ok, but it happens that the loading fails 3 times.

Does someone have an idea ??
I don’t even know if it comes from the server, the CDN, or my Flash app…