hello there…
i want to load one xml file to swf file that located in diffrent servers…
like
www.kirupa.com
www.google.com
etc…
but i have only one xml file that update of those flashes…
how i can to do allowdomain to the xml file?
this is what i have and it’s not work
System.security.allowDomain("[www.studiomor.com](http://www.studiomor.com/upload)");
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("http://studiomor.com/upload/google_AD.xml");