Found this script from creative cow . It loads the xml file from the url to the listbox denoted by the instance theList.
var theXML:XML = new XML();
theXML.ignoreWhite = true;theXML.onLoad = function() {
var nodes = this.firstChild.childNodes;
for(i=0;i<nodes.length; i++){
theList.addItem(nodes[i].firstChild.nodeValue, i);
}
}theXML.load(”url“);
hi wana be about the flash script how can make a site from xml css and font style all image call form xml transing and masking….
Comment by rakesh — 16 2008f October, 2008 @ 1:55 am |