Components

Component Handlers

There is easy way to use data which are available from the user working with the components.

Let's make a small example

ListBox, ComboBox, CheckBox and RadioButton – all have Change Handlers. Push button has Click Handler. Scrolling components don't have such handlers.

Look at the ActionScript Flash help to find more methods and properties of the components. You will find them under FcomboBox, FcheckBox and similar names

Next