Very welcome, Amy.
On Wed, Jul 13, 2011 at 7:15 PM, Amy Muntz <[email protected]> wrote: > Thanks for filing a JIRA bug! > Amy > > On Wed, Jul 13, 2011 at 10:05 AM, Raju Bitter > <[email protected]> wrote: >> >> 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"); > >
