MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 431

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents