MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 552

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

Advertisement

MovieClipLoader.onLoadProgress()
Availability
Flash Player 7.
Usage
listenerObject.onLoadProgress() =
function(target_mc [, loadedBytes [, totalBytes ] ] ) {
// your statements here
}
Parameters
listenerObject
The movie clip loaded by a
target_mc
loadedBytes
The total number of bytes in the file being loaded.
totalBytes
Returns
Nothing.
Description
Listener; invoked every time the loading content is written to disk during the loading process
(that is, between
MovieClipLoader.onLoadComplete()
the progress of the download, using the
Example
See MovieClipLoader.loadClip().
See also
MovieClipLoader.getProgress()
MovieClipLoader.onLoadStart()
Availability
Flash Player 7.
Usage
listenerObject.onLoadStart() = function(target_mc) {
// your statements here
}
Parameters
listenerObject
The movie clip loaded by a
target_mc
Returns
Nothing.
552
Chapter 12: ActionScript Dictionary
A listener object that was added using MovieClipLoader.addListener().
The number of bytes that had been loaded when the listener was invoked.
MovieClipLoader.onLoadStart()
A listener object that was added using MovieClipLoader.addListener().
MovieClipLoader.loadClip()
and
). You can use this method to display information about
and
loadedBytes
totalBytes
MovieClipLoader.loadClip()
method.
parameters.
method.

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?

Questions and answers

Table of Contents