Flash Player 6.
loadVarsObject
.toString()
None
.
A string.
Method; returns a string containing all enumerable variables in loadVarsObject
, in the MIME content encoding application/x-www-urlform-encoded.
var myVars = new LoadVars(); myVars.name = "Gary"; myVars.age = 26; trace (myVars.toString()); //would output //name=Gary&age=26