Not getting data from xml in SWF AS2

daZed.stL

New Member
I have this basic loading function for my XML in the SWF file:\[code\]my_xml = new XML();my_xml.ignoreWhite = true;my_xml.onLoad = onXMLLoaded;function reloadXML(){ my_xml.load("http://gong.bg/live/data/our_live/euro2012xml/euro2012EasyPerDay.xml");} my_xml.load("http://gong.bg/live/data/our_live/euro2012xml/euro2012EasyPerDay.xml");\[/code\]As you can see there is data in this URL; also, when I'm loading the same XML file from localhost it works perfectly. But when I'm loading it from the source above it's getting me some crazy stiffs?
 
Back
Top