LoadVars.onLoad
Availability
Flash Player 6.
Usage
my_lv.onLoad = function(success:Boolean) {
// your statements here
}
Parameters
A Boolean value that indicates whether the load operation ended in success (
success
failure (
).
false
Returns
A Boolean value.
Description
Event handler; invoked when a
ended. If the operation was successful,
operation, and these variables are available when this handler is invoked.
This handler is undefined by default.
This event handler is similar to
•
LoadVars.loaded, LoadVars.load(),
LoadVars.send()
Availability
Flash Player 6.
Usage
my_lv.send(url:String,target:String
Parameters
A string; the URL to which to upload variables.
url
A string; the browser window or frame in which any response will appear. You can enter
target
the name of a specific window or select from the following reserved target names:
•
specifies the current frame in the current window.
"_self"
•
specifies a new window.
"_blank"
•
specifies the parent of the current frame.
"_parent"
•
specifies the top-level frame in the current window.
"_top"
A string; the
method
324
Chapter 6: ActionScript Core Classes
LoadVars.load()
my_lv
.
XML.onLoad
LoadVars.sendAndLoad()
[,
or
method of the HTTP protocol.
GET
POST
or
LoadVars.sendAndLoad()
is populated with variables downloaded by the
method:String]) : Boolean
) or
true
operation has
Need help?
Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers