I keep getting the #2032: Stream Error no matter what I do.
The swf that is getting published is running locally on my machine and I'm using URLLoader to target a script on a remote server. My Fla has local playback security set to: Access Network only, as it should. Even if I try to call various scripts from various servers it never works. I have tried several differrent implementations copied directly from "Flash help" with the same results.
Also I can call of the scripts I have tested using the same URLRequest string thru a browser and they all work as expected.
Here's my full errror report
Code:
openHandler: [Event type="open" bubbles=false cancelable=false eventPhase=2]
Error opening URL 'http://www.simplecircle.net/tests/test.php'
httpStatusHandler: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0]
ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.simplecircle.net/tests/test.php"]
Thanks for the help.