Hello, I'm using an mx:Image control and trying to load using an URL that for some reason points to a resource that cannot be reached (e.g. the server is down). How will I capture this condition, as I noticed none of the following events get ever dispatched:
SecurityErrorEvent.SECURITY_ERROR, IOErrorEvent.IO_ERROR, ErrorEvent.ERROR. I expected the second one to get fired, but well none of my event handlers are ever called. Am I missing something? I'm using Flex 2.0.1 Thank you in advance, Robert

