import mx.services.*; var wsurl:String = "http://www.qingcai.net/service/WebService.asmx?WSDL"; var wsobj:WebService = new WebService(wsurl); wsobj.onLoad=function(){ for(var i in wsobj){ if(i=="onLoad") break; list_mc.addItem(i) } } /* ws_1 = wsObj.GetMusicURLById("88653215","6100"); ws_1.onResult = function(result) { var t_xml=new XML(result) trace(t_xml.firstChild.firstChild.attributes.id) trace(t_xml.firstChild.firstChild.firstChild.nodeValue) trace(t_xml) }; */ /* */