MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 430

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

Advertisement

LoadVars.loaded
Availability
Flash Player 6.
Usage
my_lv.loaded
Description
Property; undefined by default. When a
operation is started, the
property is set to
loaded
the
property remains set to
loaded
This property is similar to the
LoadVars.onData
Availability
Flash Player 6.
Usage
my_lv.onData = function(src) {
// your statements here
}
Parameters
The raw (unparsed) data from a
src
method call.
Returns
Nothing.
Description
Event handler; invoked when data has been completely downloaded from the server, or when an
error occurs while data is downloading from a server. This handler is invoked before the data is
parsed and therefore can be used to call a custom parsing routine instead of the one built in to
Flash Player. The value of the
LoadVars.onData
value pairs downloaded from the server. If the returned value is
while downloading the data from the server.
The default implementation of
this default implementation by assigning a custom function to
LoadVars.onLoad
LoadVars.onData
430
Chapter 12: ActionScript Dictionary
property is set to
loaded
. If the operation has not yet completed or has failed with an error,
true
false
XML.loaded
LoadVars.load()
parameter passed to the function assigned to
src
can either be
undefined
LoadVars.onData
will no longer be called unless you call it in your implementation of
.
or
LoadVars.load()
; when the operation completes, the
false
.
property.
or
LoadVars.sendAndLoad()
, or a string that contains the URL-encoded name-
invokes LoadVars.onLoad. You can override
LoadVars.sendAndLoad()
, an error occurred
undefined
, but
LoadVars.onData

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