MovieClipLoader.onLoadStart()

Availability

Flash Player 7.

Usage

listenerObject.onLoadStart() = function(target_mc) {
  // your statements here
}

Parameters

listenerObject A listener object that was added using MovieClipLoader.addListener().

target_mc The movie clip loaded by a MovieClipLoader.loadClip() method.

Returns

Nothing.

Description

Listener; invoked when a call to MovieClipLoader.loadClip() has successfully begun to download a file.

Example

See MovieClipLoader.loadClip().

See also

MovieClipLoader.onLoadError(), MovieClipLoader.onLoadInit(), MovieClipLoader.onLoadComplete()