RESOURCES
HOW DO I RESOLVE A SECURITY ALERT IN 4D FOR...
How do I resolve a security alert in 4D for Flex?
You may receive the following error:
Error #2048
Security sandbox violation
http://localhost8080/SpendingsUI.swf cannot load data from localhost1919
Security sandbox violation
http://localhost8080/SpendingsUI.swf cannot load data from localhost1919
This is due to a change in the Adobe Flash Player Security Model starting from version 9.0.124. See:
http://www.adobe.com/support/security/bulletins/apsb08-11.html
To fix this issue, you will need to use 4D Server v11 SQL Release 2.
In addition, you will need to save a policy file allowing connections to the SQL Server port in a folder inside the DB package: Preferences/SQL/Flash.
This file called socketpolicy.xml may contain something like this:
<cross-domain-policy> <allow-access-from domain="*" to-ports="19812"/> </cross-domain-policy>
You may also get Error #2031, whose resolution is the same.








