XML driven slider component. Suitable for contact forms, quizzes,...
FEATURES :
- Width of the slider can be set in xml
- Colors are set in XML file
- Slider returns id and value on built in events
- Very easy to customize
- All data editable through XML is well documented
Sample Code:
attachMovie(“slider”, “slider”, 1);
slider.initSlider(“xml/slider2.xml”);
slider.addEventListener(“callThisFunction”,changeListener);
XML driven combo box, easy to customize, easy to set up and well documented.
FEATURES :
- Width of the combo box can be set in xml
- Mouse wheel support(both Mac & PC)
- Number of visible buttons before scrolling is set in XML
- Colors are set in XML file
- Call functions from XML file
- Combo button can have a icon
- Combo box is very easy to customize
- All data editable through XML is well documented
Sample Code:
attachMovie(“comboBox”, “combo1”, 1);
combo1.initComboBox(“xml/combo1.xml”);
combo1.addEventListener(“callThisFunction”, changeListener);











