LoadVars.onLoad
Availability
Flash Player 6.
Usage
my_lv.onLoad = function(success) {
// your statements here
}
Parameters
The parameter 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 method is similar to
LoadVars.load()
is populated with variables downloaded by the
my_lv
.
XML.onLoad()
or
LoadVars.sendAndLoad()
) or
true
operation has
LoadVars.onLoad
431
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?