I've been reading that Adobe has made crossdomain.xml stricter in flash 9-10 and I'm wondering of someone can paste me a copy of one that they know works. Having some trouble finding a recent sample on Adobe's site.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is what I've been using for development:
This is a very liberal approach, but is fine for my application. |
|||||||||
|
|
If you're using webservices, you'll also need the 'allow-http-request-headers-from' element. Here's our default, development, 'allow everything' policy.
|
|||||
|
|
Take a look at Twitter's: http://twitter.com/crossdomain.xml
|
||||
|
|
|
In production site this seems suitable:
|
||||
|
|
|
Here's a nice page w/ some discussion of what to have and not have on the file: http://www.hardened-php.net/library/poking_new_holes_with_flash_crossdomain_policy_files.html |
|||
|