Developer Network Home  Help 

YDN Flash Developer Center Astra Flash Components AutoComplete Examples
Flash Developer Center

ASTRA AutoComplete

AutoComplete is a specialized text entry field that provides a list of suggestions from a supplied data set based on the characters entered by the user.

Examples: AutoComplete for Flash CS3

Simple Tree Thumbnail
AutoCompleteSimpleExample
This simple example demonstrates how to use AutoComplete by placing it on the stage and adding a short data provider.
Source FLA | SWF File
Simple Tree Thumbnail
AutoCompleteAdvancedExample
This more advanced example demonstrates how to use an AutoComplete instance for a travel site. It is created in ActionScript and populated with a complex data provider; it is then given a custom filter function that will matches based on airport codes, cities, or the name of an airport.
Source FLA | SWF File