Question

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

Was it helpful?

Solution

It looks like your string may be "URL encoded". Try the unescape() function.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top