Loading errors in Safari
Hi,
Does anyone know why Safari isn't loading external content. The content is on the same domain. The loading works on Chrome, IE, and firefox. But I'm getting a 2032 stream error on Safari.
There's nothing fancy in the code. For example the code to load an xml file is as as follows:
var appInfoLoader:URLLoader = new URLLoader();
appInfoLoader.addEventListener(Event.COMPLETE, parseDataXML);
appInfoLoader.addEventListener(IOErrorEvent.IO_ERROR, loaderIOErrorHandler);
appInfoLoader.load(new URLRequest("data/data.xml"))
I'd appreciate any info you may have.
Best,
C.S.
