FMXISButtonToggle

Availability

Flash Player 6 r65.

Description

This class implements a simple toggle button. Initial graphics can be chosen by specifying linkage ID's for the set and unset positions, properties in the property inspector. For the FLA version of the component, designers can change the appearance by changing the defaultButTogUp and defaultButTogDn movie clips in the Library.

The class has two events, by default called:

The event names can be changed (if desired) in the component property inspector, on initialization through the initObject of attachMovie(), or programmatically through the respective property.

Code Hinting

The suffix of variables recognized for codehinting purposes as FMXISButtonToggle's is _butTog.