Method summary
Modifiers
Signature
addRequestHeader(header:Object,
headerValue:String) :
decode(queryString:String) :
getBytesLoaded() :
getBytesTotal() :
load(url:String) :
send(url:String, target:String,
[method:String]) :
sendAndLoad(url:String,
target:Object, [method:String]) :
Boolean
toString() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
addRequestHeader (LoadVars.addRequestHeader
method)
public addRequestHeader(header:Object, headerValue:String) : Void
392
ActionScript classes
Void
Number
Number
Boolean
Boolean
String
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Description
Adds or changes HTTP request headers
(such as Content-Type or SOAPAction)
sent with POST actions.
Converts the variable string to properties
Void
of the specified LoadVars object.
Returns the number of bytes
downloaded by LoadVars.load() or
LoadVars.sendAndLoad().
Returns the total number of bytes
downloaded by LoadVars.load() or
LoadVars.sendAndLoad().
Downloads variables from the specified
URL, parses the variable data, and
places the resulting variables into my_lv.
Sends the variables in the my_lv object
to the specified URL.
Posts variables in the my_lv object to the
specified URL.
Returns a string containing all
enumerable variables in my_lv, in the
MIME content encoding application/x-
www-form-urlencoded.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
Need help?
Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers