This content has been marked as final.
Show 2 replies
-
1. Re: Need Help figuring out security sandbox issue after changing webhost
Josh Dura Oct 20, 2011 8:18 AM (in response to reindeer4)127.0.0.1 is your local development server. So it looks like your application is trying to access that IP and unable to. You will need to look at the source and find where it is accessing this and change it to the correct IP.
-
2. Re: Need Help figuring out security sandbox issue after changing webhost
reindeer4 Oct 20, 2011 8:29 AM (in response to Josh Dura)Thanks Josh.
I finally tracked this down last night with help from the folks at actionscript.org. I hadn't deactivated my Debugger which runs off of a desktop AIR application - so the server was trying to reach my localhost to run its trace statements. Deactivating the Debugger fixed the problem.


