Description
Method; posts the variables in the
response is downloaded, parsed as variable data, and the resulting variables are placed in the
object. Variables are posted in the same way as
target
downloaded into
target
See also
LoadVars.send()
LoadVars.toString()
Availability
Flash Media Server 2.
Usage
myLoadVars.toString()
Parameters
None.
Returns
A string.
Description
Method; returns a string containing all enumerable variables in
content encoding application/x-www-form-urlencoded.
Example
The following example instantiates a new
to return a string containing both properties in URL-encoded format:
toString()
var my_lv = new LoadVars();
my_lv.name = "Gary";
my_lv.age = 26;
trace (my_lv.toString());
//output: age=26&name=Gary
100
Server-Side ActionScript Language Reference
myLoadVars
in the same way as
LoadVars.load()
LoadVars()
object to the specified URL. The server
LoadVars.send()
.
myLoadVars
object, creates two properties, and uses
. Variables are
, in the MIME
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?