This came up in the forums: http://forum.openlaszlo.org/showthread.php?p=47676#post47676
http://jira.openlaszlo.org/jira/browse/LPP-9996 Section "3.1. Access to remote sources" of "Chapter 25. Proxied and SOLO Applications" in the developer guide uses ActionScript 2 syntax in an example for loading a policy file. The current syntax is System.security.loadPolicyFile("http://[server]/crossdomain.xml"); But it should be: Security.loadPolicyFile("http://www.amazon.com/crossdomain.xml");
