1.0.0
The price includes free v.1.x updates
- The spotlight <xml> 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 <xml> is a Flash component for ActionScript 3 that allows you to easily filter any data component based on attribute based XML objects for example Zerofractal tree3D or Yahoo! Astra Tree.
This is an ideal companion for our Tree3D component available here
Our component acts as a Middle-ware between your data an the component you intend to bind it to
Implementing spotlight <xml> is done by simply adding the following code (taking a tree3D as an example):
spotlight.sourceXML = myXML;
function onChange(e:Event){
tree3D.loadXMLData(spotlight.destinationXML);
}
spotlight.addEventListener(spotlightEvent.SPOTLIGHT_CHANGE, onChange, false, 0, true);
spotlight <xml> was designed with tree3D in mind. It can be easily integrated to your existing tree3D projects.
The component can be set up with only a couple of lines of code.
Dynamically searches and filters attribute based hierarchical XML data. 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 thanks to the new e4x XML objects.