PDA

View Full Version : Error #2032 (IO_ERROR?) only on AIR, not in Flash though!?


spyd3r
03-30-2009, 04:57 PM
Hi guys,

I'm using URLLoader to take a list of image URLs to check if they exist and build a list of the ones that do not.

It works 100% great in Flash but once exported for AIR it just gives me "Error #2032"

The images are on a web server in a specific folder, and if they are there then it does nothing, else if it sees an IO_ERROR event it handles it by adding the filename to a list ... then the list is displayed at the end of the process....

I've even tried adding one of these bad boys to try and shut it up but no luck :(
loader.addEventListener (HTTPStatusEvent.HTTP_RESPONSE_STATUS,onHTTPStatus );

Any ideas? :confused:

any help much appreciated as I am stuck!

spyd3r
03-31-2009, 04:02 PM
*bump* anyone?