var xmlFilePath:String = "http://mysite.ro/folder/file.xml"; var loader = new URLLoader(); loader.load(new URLRequest(xmlFilePath)); loader.addEventListener(Event.COMPLETE, xmlLoaded);
xmlLoaded
crossdomain.xml
<allow-access-from domain="*" />
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)