Search:

Levels of Experience

Beginner

Intermediate

Advanced

Beginning Flex Examples

This section is dedicated to beginner level web developers.



Tab Navigation

The Tab Navigation component is a built in container in Adobe Flex. The TabNavigator container extends the ViewStack container by including a TabBar container for navigating between its child containers. Like a ViewStack container, a TabNavigator container has a collection of child containers, in which only one child at a time is visible. Flex automatically creates a TabBar container at the top of the TabNavigator container, with a tab corresponding to each child container. Each tab can have its own label and icon. When the user clicks a tab, the corresponding child container becomes visible as the selected child of the TabNavigator container.

Simple Click Event

This is a simple click event that shows how to add an event listener and how to pass in the button object into a function and alert its property.


Featured Example (Beginner)

Simple Click Event

This is a simple click event that shows how to add an event listener and how to pass in the button object into a function and alert its property.