There's a SWF file/app on someone's server that accepts URLs that contain data. Normally the URLs are from the same origin, so when I use a file from my server I get the same origin policy error.
On which server do I need to add/update the crossdomain.xml
file?
It's probably the server I don't have access to, in that case, what are my other options?