https://sandbox.evernote.com/crossdomain.xml
it gets a 302 redirect to
https://sandbox.evernote.com/Home.action?crossdomain.xml
which is the normal home page.
No Flash application can access the OAuth protocol or the API without this crossdomain.xml file in the domain root. I can help if you have any questions, but the most liberal policy, which will allow any Flash application access, is:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>Please let us know if you are going to add this file












