Created
October 5, 2014 07:20
-
-
Save shvyrev/7879b34df22dd19e068f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var xhr:URLRequest = this.getRequest(); | |
loader = new URLStream(); | |
loader.addEventListener(IOErrorEvent.IO_ERROR, handler_ioError); | |
loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, handler_httpStatus); |
donotfeedaslender
commented
Jul 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment