ActionScript
OOP: XML Loader & Display Manager
Here is an OOP XML Loader & Display Manager class that can be used in your projects to load and display XML data.
The XML comes in the following form:
<?xml version="1.0" encoding="utf-8" ?> <data> <person name="Bob"></person> <person name="Jack"></person> <person name="Jill"></person> </data> |
Here is the SWF that loads it:
Class structure:

Custom number range sliders
I needed a custom range slider for selecting prices. It needed to have two draggers. One of low price, one for high price. Here is the result.
Low and High value is calculated based on the size of the slider track.
Easy to use and easy to customize. Only 3 movieclips make up the whole thing. Doesn’t use annoying built in flash components.
CategoriesLinks |
