I’m working on an image gallery application. Very frequently I’m getting Sandbox violation Error like Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.. Some times its raising by cleaning the project. Every time I’m using my application’s backup and updating and then the error is raising. Though I’m accessing local image files, getting error. I’m using try-catch to catch the location but no use. How to get rid of this problem. Any help is appreciated.
I’m working on an image gallery application. Very frequently I’m getting Sandbox violation Error
Share
About loading local images. You should check and fix Flash Player trust file for your SWF as described here. Flash Builder done it automatically but who knows…
About problem with loading images in web it can be problem related to loading images from other domain which hasn’t proper
crossdomain.xmlfile. If so you should use some kind of proxy on your server.If you’re loading files from your own domain maybe this deployment checklist can help you. Also you can use some debugging proxy like Charles to see the real queries and responses.