ghostmonk
October 1st, 2007, 10:27 AM
This seems rather bizarre to me. An error is being thrown on loader as follows.
Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
So I added an eventListener to the Loader thusly, (and of course built the function to trace the error);
previewImageLoader.addEventListener(IOErrorEvent.I O_ERROR, ioErrorHandler);
However, my function is not being called. I've tried a few different error events, but they are simply not being handled. I am certain that this particular loader is the one throwing the error, as I have commented out the the load event, and the error stops.
Not sure what to do. This particular error is a little sparse on the web. If anyone has a resource, knows what the issue is, or would just like me to explain further, I would appreciate the dialogue.
Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
So I added an eventListener to the Loader thusly, (and of course built the function to trace the error);
previewImageLoader.addEventListener(IOErrorEvent.I O_ERROR, ioErrorHandler);
However, my function is not being called. I've tried a few different error events, but they are simply not being handled. I am certain that this particular loader is the one throwing the error, as I have commented out the the load event, and the error stops.
Not sure what to do. This particular error is a little sparse on the web. If anyone has a resource, knows what the issue is, or would just like me to explain further, I would appreciate the dialogue.