Using Components > Creating forms using components > About the FormExample.fla example |
![]() ![]() ![]() |
About the FormExample.fla example
The information in this section references the FormExample.fla file in the folder Flash MX/Tutorials/Components/ and assumes you have completed the Introduction to Components Tutorial and understand the basics of assembling a form using the Flash UI components.
The FormExample.fla is a three-page form:
![]() |
On page 1, users enter information about themselves using a combination of Flash UI components and text fields. The page includes a text input field for entering the name, RadioButton component instances for specifying gender, a ComboBox component for selecting a city, and a PushButton component to go to page 2. |
![]() |
On page 2, a CheckBox component lets users request to receive more information. A ListBox component lets users indicated their interests. PushButton components allow users to return to page 1 or proceed to page 3. |
![]() |
On page 3, the information the user has entered on the previous pages is displayed in a series of dynamic text fields. |
![]() ![]() ![]() |