Main Page
From Flexerrorcodes
(Difference between revisions)
(→Flex run-time errors) |
(Added 2137) |
||
Line 58: | Line 58: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td> | + | <td>2137</td> |
- | <td> | + | <td>Sandbox security violation</td> |
- | <td> | + | <td>Possible solutions include: |
+ | <ul> | ||
+ | <li>You are accessing a remote asset but the remote web server does not have a crossdomain.xml file or the crossdomain.xml file's allow-access-from domain attribute doesn't allow access from your domain. For more information, see http://livedocs.adobe.com/flex/201/html/05B_Security_176_04.html</li> | ||
+ | <li>You did not specify the appropriate value for the use-network compiler option. For more information, see http://livedocs.adobe.com/flex/201/html/compilers_123_24.html</li> | ||
+ | </ul> | ||
+ | |||
+ | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 16:23, 21 February 2007
Contents |
Flex and ActionScript Error Codes
One of the great things about working on the Flex development team is seeing how people create these amazing applications; things you never would have thought possible. However, the flip side of that is that when people are developing things you never would have thought possible, they get errors you never would have thought possible. This page is an attempt to capture and catalog Flex and ActionScript compiler and run-time errors, along with the environment in which the occur, and what it took to fix them.
Existing Documentation
Before you add an error to this page, please check out the existing error-code documentation. It may be covered already/
Flex errors
Flex compiler errors
Error code | Description | Solution or workaround |
---|---|---|
Flex run-time errors
Error code | Description | Solution or workaround |
---|---|---|
2082 | Connect failed because the object is already connected. | If your application dies unexpectedly, it can leave the history LocalConnection in a hung state:
|
2137 | Sandbox security violation | Possible solutions include:
|
ActionScript errors
Error code | Description | Solution or workaround |
---|---|---|