You searched for articles with the tag issues.
1 match:

Flash cross-domain XML fetching

Sep 9, 2007 If you need to fetch data within Flash which resides on another domain, you will find out it will not work once you test it outside Flash.exe. XML.load(), LoadVars() and sendAndLoad() will return false because of cross-domain security issues.

Where the cross-domain file did not do any good, I found another solution to fetch cross-domain XML data. The so-called 'shim' file.