Moviecliploader - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

See also
_x (MovieClip._x property)
(MovieClip._y property)

MovieClipLoader

Object
|
+-MovieClipLoader
public class MovieClipLoader
extends
Object
The MovieClipLoader class lets you implement listener callbacks that provide status
information while SWF, JPEG, GIF, and PNG files are being loaded (downloaded) into
movie clips. To use MovieClipLoader features, use
or
loadMovie()
MovieClip.loadMovie()
After you issue the
MovieClipLoader.loadClip()
in the order listed:
When the first bytes of the downloaded file are written to disk, the
MovieClipLoader.onLoadStart
If you implemented the
during the loading process.
Note: You can call
process.
When the entire downloaded file is written to disk, the
MovieClipLoader.onLoadComplete
After the downloaded file's first frame actions are executed, the
MovieClipLoader.onLoadInit
After
MovieClipLoader.onLoadInit
otherwise interact with the loaded movie.
If the file fails to load completely, the
Availability: ActionScript 1.0; Flash Lite 2.0
528
ActionScript classes
,
_xscale (MovieClip._xscale property)
,
_height (MovieClip._height property)
listener is invoked.
MovieClipLoader.onLoadProgress
MovieClipLoader.getProgress()
listener is invoked.
listener is invoked.
is invoked, you can set properties, use methods, and
MovieClipLoader.onLoadError
MovieClipLoader.loadClip()
to load SWF files.
method, the following events take place
at any time during the load
,
_y
instead of
listener, it is invoked
listener is invoked.

Advertisement

Table of Contents
loading

Table of Contents