Can someone post a well formed crossdomain.xml sample?
This is what I’ve been using for development: <?xml version=”1.0″ ?> <cross-domain-policy> <allow-access-from domain=”*” /> </cross-domain-policy> This is a very liberal approach, but is fine for my application. As others have pointed out below, beware the risks of this.