Skip to content

Instantly share code, notes, and snippets.

@shvyrev
Created October 5, 2014 07:20
Show Gist options
  • Save shvyrev/7879b34df22dd19e068f to your computer and use it in GitHub Desktop.
Save shvyrev/7879b34df22dd19e068f to your computer and use it in GitHub Desktop.
var xhr:URLRequest = this.getRequest();
loader = new URLStream();
loader.addEventListener(IOErrorEvent.IO_ERROR, handler_ioError);
loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, handler_httpStatus);
@donotfeedaslender
Copy link

 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment