crossdomain problem

crossdomain problem

Hi, im tryng to use the .csv exported file of my aplication from another server, but i can't get access due the "cross domain access policy". Then i need a file named "crossdomain.xml" in the same place that is the .cvs file, with this code: <?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> Or maybe you have another solution. Can you help me please?