User Guide

392 ActionScript classes
Method summary
Methods inherited from class Object
addRequestHeader (LoadVars.addRequestHeader
method)
public addRequestHeader(header:Object, headerValue:String) : Void
Modifiers Signature Description
addRequestHeader(header:Object,
headerValue:String) : Void
Adds or changes HTTP request headers
(such as Content-Type or SOAPAction)
sent with POST actions.
decode(queryString:String) : 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 into my_lv.
send(url:String, target:String,
[method:String]) : Boolean
Sends the variables in the my_lv object
to the specified URL.
sendAndLoad(url:String,
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)