1.0.0
The price includes free v.1.x updates
- The spotlight .dataProvider component in a MXP installer
- Multiple example FLA files walking through every mayor feature
- User guide in PDF
- Class library in PDF
- Flash 9.0.47 or higher
- Actionscript 3

- Tree3D
- Spotlight <xml>
- Spotlight .dataProvider Bundle
$50 (Save $20) - Purchase now!

- Tree3D
-
Spotlight <xml> Bundle
$40 (Save $10) - Purchase now!

$20 - Purchase now!

spotlight .dataProvider is a Flash component for ActionScript 3 that allows you to easily flter any data component based on the DataProvider data interface, for example Grid, List, tileList or ComboBox. The component acts as a Middleware between your data an the component you intend to bind it to.
The component is implemented by simply adding two lines into your code:
spotlight.sourceDataProvider = myDataProvider;
myGrid.dataProvider = spotlight.destinationDataProvider;
The component acts as a dataProvider to any dataProvider ready compoenents, such as Grids, Lists, Combo boxes, etc.
The component can be set up with only a couple of lines of code.
Dynamically searches and filters data as the user types. The component detects multiple keystrokes so that only one search is performed for a whole word.
Searches can be refined by typing more than one word, narrowing down results that contain all of the terms.
Can search every field in the source data or only specific fields
spotlight <xml> can search for terms contained in files (nodes with no children), folders (nodes with children) or both.
The following elements can be fully skinned from library symbols:
- Background
- Close button
- Text format.
Works on data-sets with thousands of records (see examples).