MovieClipLoader.onLoadInit()

Availability

Flash Player 7.

Usage

listenerObject.onLoadInit() = 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 the actions on the first frame of the loaded clip have been executed. After this listener has been invoked, you can set properties, use methods, and otherwise interact with the loaded movie.

Example

See MovieClipLoader.loadClip().

See also

MovieClipLoader.onLoadStart()