User Guide
694 ActionScript classes
Constructor summary
Method summary
Methods inherited from class Object
Signature Description
LoadVars() Creates a LoadVars object.
Modifiers Signature Description
addRequestHeader(hea
der:Object,
headerValue:String)
: Void
Adds or changes HTTP request headers (such as
Content-Type or SOAPAction) sent with POST
actions.
decode(queryString:S
tring) : Void
Converts the variable string to properties of the
specified LoadVars object.
getBytesLoaded() :
Number
Returns the number of bytes downloaded by
LoadVars.load() or LoadVars.sendAndLoad().
getBytesTotal() :
Number
Returns the total number of bytes downloaded by
LoadVars.load() or LoadVars.sendAndLoad().
load(url:String) :
Boolean
Downloads variables from the specified URL, parses
the variable data, and places the resulting variables in
my_lv.
send(url:String,
target:String,
[method:String]) :
Boolean
Sends the variables in the my_lv object to the
specified URL.
sendAndLoad(url:Stri
ng, target:Object,
[method:String]) :
Boolean
Posts variables in the my_lv object to the specified
URL.
toString() : String Returns a string containing all enumerable variables in
my_lv, in the MIME content encoding application/x-
www-form-urlencoded.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)