Hi all,

I am having trouble loading an XML file hosted on another domain. I am using the same exact script:
http://www.macromediahelp.com/flash/...nd_xml_sample/

when i run the swf on my domain it loads the XML file successfully and displays the data. However, when I embed the swf file (using an absolute path - i.e http://domain.com/file.swf) to a HTML page hosted on ANOTHER domain, then the xml is not loaded and it just displays "undefined".

I did some reading and thought it might be a security issue so I uploaded a crossdomain.xml file that allows all domains (*) but the XML file is still not loaded.

Any ideas what is causing the problem?