Hi, > I don’t know what you mean. It has error events with the status code on the > JS side. I use it all the time.
The status code come through fine just not the status text. The AS side has additional events ie IOErrorEvent.IO_ERROR and SecurityErrorEvent.SECURITY_ERROR for instance that may give you a little more info. Some servers don’t provide the correct status codes (like 401, 403 etc) and just return 500. There’s additional information in the status text that can help work out what’s going on if you can get at it. Thanks, Justin