Moviecliploader.loadclip() - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

MovieClipLoader.loadClip()

Availability
Flash Player 7.
Usage
my_mcl.loadClip(url:String, target:Object ) : Boolean
Parameters
The absolute or relative URL of the SWF file or JPEG file to be loaded. A relative path
url
must be relative to the SWF file at level 0. Absolute URLs must include the protocol reference,
such as http:// or file:///. Filenames cannot include disk drive specifications.
The target path of a movie clip, or an integer specifying the level in Flash Player into
target
which the movie will be loaded. The target movie clip is replaced by the loaded SWF file
or image.
Returns
A Boolean value. The return value is
return value is
false
Description
Method; loads a SWF or JPEG file into a movie clip in Flash Player while the original movie is
playing. Using this method lets you display several SWF files at once and switch between SWF
files without loading another HTML document.
Using this method instead of
advantages. The following handlers are implemented by the use on a listener object, which is
registered with the MovieClipLoader class using
MovieClipLoader.addListener(listenerObject)
The
MovieClipLoader.onLoadStart
The
MovieClipLoader.onLoadError
The
MovieClipLoader.onLoadProgress
The
MovieClipLoader.onLoadInit
clip have executed, so you can begin manipulating the loaded clip.
The
MovieClipLoader.onLoadComplete
downloading.
A SWF file or image loaded into a movie clip inherits the position, rotation, and scale properties
of the movie clip. You can use the target path of the movie clip to target the loaded movie.
You can use the
MovieClipLoader listener objects are passed the loading target movie clip instance as a parameter.
Alternately, you can create a different MovieClipLoader object for each file you load.
Use
MovieClipLoader.unloadClip()
to cancel a load operation that is in progress.
604
Chapter 2: ActionScript Language Reference
true
.
loadMovie()
handler is invoked after the actions in the first frame of the
method to load one or more files into a single movie clip or level;
loadClip()
if the URL request was sent successfully; otherwise the
or
MovieClip.loadMovie()
.
handler is invoked when loading begins.
handler is invoked if the clip cannot be loaded.
handler is invoked as the loading process progresses.
handler is invoked when a file has completed
to remove movies or images loaded with this method or
has a number of

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Flash mx

Table of Contents