-
Recent Posts
- A cycle was detected in the build path of project
- Unable to verify icon dimensions, no icon found. You must define… a default Icon.png that is 57×57.
- Launch Failed: Process terminated without connection to the debugger.
- Invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.4
- uncaught exception: Error in Actionscript. Use a try/catch block to find error.
Recent Comments
- Judah on SecurityError: Error #2000: No active security context.
- 白毛 on SecurityError: Error #2000: No active security context.
- MMMMM on 1087 Syntax error: extra characters found after end of program.
- Judah on Error #2134: Cannot create SharedObject.
- inge hovland on Error #2134: Cannot create SharedObject.
Categories
Meta
Category Archives: Security Error
uncaught exception: Error in Actionscript. Use a try/catch block to find error.
In this case the error was mentioned in the Firebug console. The solution, in this case, was to put the same files on the server or localhost. Before: file://directory/mypage.html After: http://localhost/mypage.html Obviously, add a try catch block around the code … Continue reading
Posted in Flex, Runtime, Security Error
Leave a comment
Error 2122: Security error accessing url
[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] Problem: By default the Flash Player allows your site to retrieve data from your domain only. However, when developing with Flash tools, you’ll notice that you can point to and pull … Continue reading
Posted in Runtime, Security Error
7 Comments
SecurityError: Error #2122: Security sandbox violation: _: _ cannot access _. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded.
SecurityError: Error #2122: Security sandbox violation: Loader.content: http://… cannot access …jpg. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded. Description Your project is requesting a resource that’s outside of it’s security … Continue reading
Posted in Runtime, Security Error
Leave a comment
SecurityError: Error #2000: No active security context.
SecurityError: Error #2000: No active security context. Description: The SecurityError exception is thrown when some type of security violation takes place. Examples of security errors: * An unauthorized property access or method call is made across a security sandbox boundary. … Continue reading
Posted in Runtime, Security Error
20 Comments