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
![]() |
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 |
![]() |
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 |

