Skip to main content
Participant
November 5, 2015
Question

URLLoader doesn't work (IOError #2032) in Chrome

  • November 5, 2015
  • 0 replies
  • 505 views

Hello Chris,

I will narrow down the Issue. AIR 3.4 Flex 3.6.

var loader:URLLoader = new URLLoader();

loader.addEventListener(Event.COMPLETE, resultUpdatedNotificationsEvent);

loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); // <-- This gets fired with a IOError id 2032

loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler); // <-- then this gets status : 0

loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);

var request:URLRequest = new URLRequest('https://

loader.load(request);

is not working in case of 404/ 400 on Chrome and it shows stream error 2032.

P.S It works fine in Firefox and IE and also works in case of 200 on Chrome. 

Could you please help me out so that i can go ahead with App release.

Thanks in advance.

This topic has been closed for replies.