Permanent Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL:
Flash CS5.5, worked fine before, but now getting Permanently getting: Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL within Flash IDE, have no problem published in HTML with F12. content is shown, of course works fine on the server
Code is very simple:
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, loadXML);
loader.load(new URLRequest(sameResultsonAnyAddress))
It's not crossdomain problem
It's not spelling problem
Something wrong within Flash Pro IDE when testing or debugging,
I switched off my McAfee firewall, didn't helped.
Really confused, can't guess what might be the problem.
F,