My account
Shopping cart
Knowledge base
Support


Accordion Tree Menu Pro V1

flash_mx2004  flash_8  flash_cs3  as20 


flash component

Code Samples

Discontinued

Accordion Tree Menu Pro V1 has been discontinued, you can purchase Accordion Menu V3 or Accordion Tree Menu V3 instead.

About Accordion Tree Menu V1

The Accordion Tree Menu Pro v1 is a flash multi-level accordion menu that can be easily customized and alike most other components t can be fully skinned.

Here is a working example of Accordion Tree Menu Pro V1 http://store.jumpeye.com/temp2/atm.htm

The Accordion Tree Menu Pro is made to work perfectly with Flash MX 2004, Flash 8 and Flash 8 Pro. The menu looks similar to the Accordion Menu Pro but it is more flexible because of the following:
1. Full skinning options
2. Multi-Level tree view
3. Better use with listeners and setters
4. Supports dynamic load of xml paths

Attention!! This flash component needs at least intermediate level skills to be used with actionscript. XML skills are also required.

Features

Parameters for the xml file:

title - title name for your item
header_height - the height of your item/header
normal_position - the linkage name of the movieclip for normal position
over_position - the linkage name of the movieclip for over position
icon_normal - the icon for normal position in case the item have subitems
icon_over - the icon for opened position in case the item have subitems
font - the font name of the item
font_size - the size of the font

Methods

// expands one item and its parents
acordeon.expandItem(itemName:String);

// collapse one item and (but not necessarily) its childs
acordeon.colapseItem(itemName:String);

// clicks an item, if it is expandable it will expand, else it will collapse
acordeon.clickItem(itemName:String);

// expands one item only at a time, and waits till it ends (if tweened)
acordeon.expandLevelItem(itemName:String)

// sets (in real time) a new xml path
acordeon.xml_Path = path:String;

// expands all items in open mode ALL
acordeon.expandAll();

// colapse all items in open mode ALL
acordeon.collapseAll();

Events

onLoadXML, onDrawComplete, onReleaseItem, onReleaseLeaf, onOpenItem, onCloseItem, onRollOver, onRollOut, onPress, onDragOver, onDragOut

Compatibility

IDE Version: Macromedia MX2004, Macromedia Flash 8, Adobe Flash CS3
Action Script Version: AS2.0
Flash Player Version: Flash Player 7, Flash Player 8, Flash Player 9 +

UI Access

Accordion Tree Menu Pro V1 can be accessed from Components panel under UI Pro Components – jumpEYE.