Skip to content Skip to sidebar Skip to footer

Unable To Get Response Status From Adobe Air Xmlhttprequest

This is the code in the html/javascrpt file: var console = console || {log:function(msg){window.runtime.trace(msg);}}; function waitToFinish(){ console.log('this is wait t

Solution 1:

On Windows AIR uses IE so when my IE was set to work offline I had strange things happen with the request. Some were ok as they were in cache and some would fail.

Set IE to work online and everything was working "normal" again.

Post a Comment for "Unable To Get Response Status From Adobe Air Xmlhttprequest"