Spotlight XML Search
spotlightXML 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 Middleware between your data an the component you intend to bind it to: Usage Implementing spotlightXML is done by simply adding the following code (taking a tree3D as an example): spotlight.sourceXML = myXML; function onChange(e:Event){ tree3D.loadXMLData(spotli ght.destinationXML); } spotlight.addEventListene r(spotlightEvent.SPOTLIGH T_CHANGE, onChange, false, 0, true);