Hi, folks i need bit help
function onComplete(event:Event):void {
trace("Result is "+event.target.data);
The above is the code where i am stuck i, after sending some data to web service i get response from there in which UID and status is there
<response><uid>7281792</uid><status>success</status></response>
but its in +event.target.data i can see in out put console but i want to convert it into local Xml file as it is please help an example will be lot appreciated.
basically i want retrive the uid value to prase i must creat xml and get access to it.
Thanks in advance :ne: