Extending Flash |
|
|
|
| Objects > Effect object > effect.groupName | |||
Flash MX 2004.
effect.groupName
Read-only property; a string that represents the name of the effect group used for the hierarchical Context menu for effects. If this value is an empty string, the effect appears ungrouped at the top level of the Context menu. The group name and effect name are specified in the XML file for the effect.
The following example stores the group name of the current effect in the efGroupName variable:
var efGroupName = fl.activeEffect.groupName;
|
|
|
|