For my own benefit, just a note – http response headers are only readable from AIR via HTTPStatusEvent.HTTP_RESPONSE_STATUS
, but not from Flash Player. This library does the magic: https://github.com/gabriel/as3httpclient and can give you the headers. I even tweaked it to provide headers for an ICY mp3 stream so I can see where the metadata lies.