What kind of security issues am I going to run into when hosting a Flex site (with multiple modules) using Amazon S3's hosting?
Can I even communicate between two different swfs if they're loaded from two different subdomains? (These will be modules)
I dont yet know if i would host all modules on S3 or just some. For testing impact to server load it would certainly be easier to just test hosting our main .swf (public website)
I know about crossdomain.xml for web servcies - does this apply for cross domain swf communication too?