Re: [Flashcoders] AMFPHP: CrossDomain

2006-07-17 Thread Mike Britton
To skirt this issue, I use AMFPHP proxy classes on my swf's host server to talk to other servers or snap up RSS files. Not sure about filesystem stuff though. It seems like that would be a security issue on the backend as well as the front! Feel free to mail me offlist if you want to check out

Re: [Flashcoders] AMFPHP: CrossDomain

2006-07-17 Thread Count Schemula
crossdomain.xml goes in the webserver root of the server with the flash file. I had problems with it recently as well, it was not easy to troubleshoot, so, I can offer no other hints. On 7/17/06, Ashwan Wadhwa <[EMAIL PROTECTED]> wrote: Hello, I am working on a project where the data is read/w

[Flashcoders] AMFPHP: CrossDomain

2006-07-17 Thread Ashwan Wadhwa
Hello, I am working on a project where the data is read/written to another web server for which AMFPHP is being deployed, everything works perfectly when running off the local machine. However when I host this on a separate server I keep getting Macromedia Flash Security Sandbox warning. I did go