Does anyone have any tips on working with Amazon S3 service and Flash? I am building a HTML/SWF that will be hosted on domain A (My server). The main SWF will load files (SWF, XML) from domain B (Amazon S3 Bucket) and the will be communicating with each other. I read somewhere that you can add a crossdomain.xml in your bucket so there should not be any sandbox problems right?
Any thoughts, tips or ideas?
Thanks.
It all works. Just drop a
crossdomain.xmlfile in the root of each bucket that you need to access. Make sure that you set its ACL settings topublicfor all users.Here’s an article in the AWS docs explaining more.