_name

Availability

Flash Lite 1.0.

Usage

my_mc:_name

Description

Property; the instance name of the movie clip that my_mc specifies. It applies only to movie clips and not to the main timeline.

Example

The following example displays the name of the bigRose movie clip in the Output panel as a string:

trace(bigRose:_name);