I have a flash file that displays the server respone on screen. The respone is in XML format.
When I use this code: statusText.text = xmlResponse;
I get result on screen like
%3%20xml
etc.
What 's wrong with that? I tried the methods toString()
and text()
but nothing worked