Quantcast
Channel: Adobe Community : All Content - AIR Development
Viewing all articles
Browse latest Browse all 2954

new URLLoader() broken in AIR 21 + [HELP]

$
0
0

Any idea why line 6 is crashing in AIR 21 but works fine in AIR 20 and below ?

 

    sendHeader = new URLRequestHeader("Content-type","application/octet-stream");    sendReq = new URLRequest(phpPath);    sendReq.requestHeaders.push(sendHeader);    sendReq.method = URLRequestMethod.POST;      sendLoader = new URLLoader();    sendLoader.addEventListener(Event.COMPLETE,imageSentHandler);  sendLoader.addEventListener(ErrorEvent.ERROR, onError);

Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>