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 | Output
- 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 | Output