Button._name
Availability
Flash Player 6.
Usage
.
my_btn
_name:String
Description
Property; instance name of the button specified by
Example
The following example traces all instance names of any Button instances within the current
Timeline of a SWF file.
for (i in this) {
if (this[i] instanceof Button) {
trace(this[i]._name);
}
}
.
my_btn
Button._name
141
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?