Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Properties > _name | |||
Flash Lite 1.0.
my_mc:_name
Property; the instance name of the movie clip that my_mc specifies. It applies only to movie clips and not to the main timeline.
The following example displays the name of the bigRose movie clip in the Output panel as a string:
trace(bigRose:_name);
|
|
|
|