I recently completed a project in which I needed to load xml files from anywhere on the web. Through some quick google searches, I found that most recommendations were for a cross-domain policy file. However, I do not have access to change these files. With the help of some php, we can grab xml from other domains. All we do is pass the php file a location of the xml that we would like to load and read it back in Flash.
This includes a sample .fla file and the php file, with comments.
