MovieClipLoader.unloadClip()

Availability

Flash Player 7.

Usage

my_mcl.unloadClip(target)

Parameters

target The string or integer passed to the corresponding call to my_mcl.loadClip().

Returns

Nothing.

Description

Method; removes a movie clip that was loaded by means of MovieClipLoader.loadClip(). If you issue this command while a movie is loading, MovieClipLoader.onLoadError() is invoked.

See also

MovieClipLoader.loadClip()