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.
Need help?
Do you have a question about the FLASHLITE2 ACTIONSCRIPT-LANGUAGE and is the answer not in the manual?