actionscript: unescape
actionscript: unescape
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- cosmo0
It's nothing extraordinary about the code.
Original URL from PHP:
http://www.somesite.com/somefile…URL in AS:
http://www.somesite.com/somefile…var receiveData = new LoadVars();
receiveData.sendAndLoad("http... receiveData, "POST");
receiveData.onLoad = function(success){
if(success){
urlValue = unescape (receiveData.z);
trace (urlValue);} // end if
} // end function