Flash/XML/Querystring
Flash/XML/Querystring
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- joyride0
url encode the string in the xml, then unescape it inside of flash
var theURL:String = unescape(xmlURL);
url encode the string in the xml, then unescape it inside of flash
var theURL:String = unescape(xmlURL);