Knowledge Base

Important! All new questions are usually answered within the next business day.

Accordion (Tree) Menu V3

(views: 20449)

Accordion Menu V3 and Accordion Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Accordion Menu V3 and Accordion Tree Menu V3, they should be similar, since basically it is the same component. If you have any questions that you think we should discuss here please let us know.



Item description from XML

(2008-01-21 - views: 8425)
Q: Can I use an attribute for each menu item in the xml file to store some description about the menu item ? Then can I read it with Flash and display it into a dynamic text field ?
A: The drop down menu gives access to the currently selected menu item through the onPress and onRelease events. The event handler function get an Object parameter (evt) and evt.item is the reference to the actual selected item. Any attributes you add in the xml file, to each item's xml node, will be added as parameters of the item.

So when you need to have a description for each menu item just add the description attribute in the xml file and access it from the onPress or onRelease event handlers with evt.item.description. The same goes if you would like to have a parameter that contains the current position in a Flash site, when a menu item is selected. Just add the position attribute in the item's xml node, in the xml file, and reference it from the onPress or onRelease event handler with evt.item.position. What you do next with those values, it's up to you. You could put them into a dynamic text field to display the description text. The next example does just that.
Files: DDTM_CurrentSelection.zip 


User Comments

Adding Scrollbar
posted by yan615 on 2008-09-25
There is a tree property : myTree.vScrollPolicy = "auto" of tree component in flash .
Is there any method to set the automatic scroll bar for Accordion (Tree) Menu V3?
Adding Scrollbar
posted by negush on 2008-09-26
The component does not support scroll bars.
Adding HTML Tags
posted by Quoling on 2009-04-24
How would I edit the description to use HTML tags?
If I do this using the demo - the menu does not complete...anything with the tags does not show.
Adding HTML Tags
posted by florodebat on 2009-04-27
The solution is to use the AS3 escape() method to escape the HTML text and then use the unescape() method when you want to use that value into your fla .
Show item on load
posted by ManOfHonor on 2010-03-04
Is it possible to show one item by default when movieclip is load (with AS2)? I want to show first item in dynamic text before user select any of items.
Show item on load
posted by florodebat on 2010-03-10
If you want to set the textfield to show the description of the first item but without clicking it, then you will have to use the component's getXMl() method in order to parse the xml which feeds the component and to take from it the description text. Of course you need to have extra AS skills in order to be able to achieve that. However a simple way would be to set the textfield to show the description of the first item by default.


Login to post your comment login to post your comment

Other questions in this item

Call JavaScript from XML Open menu item pages into target - "_self" Can I add a rollover sound? Change Text Color on Rollover Load movies on item select Use hand cursor on menu Go to different frames by pressing a menu item Transparent background menu Add different styles for each main items. Insert a line break into label Disable-Enable Accordion (Tree) Menu V3 Keep the Accordion (Tree) Menu V3 vertically aligned Referencing item's textfield in Accordion (Tree) Menu V3 How do I add the AccordionTreeMenuV3 on stage in runtime? Align header text to right Underline On Rollover Use hand cursor on menu Scene navigation Adding icons Go to different frames by pressing a menu item Selected item level acc.height not updated? How do I add the AccordionTreeMenuV3AS3 from class file to stage how to change fontsize hotwo: submenus already expanded on activation? Animated items Accordion Tree Menu expandAll() Automatic Collapse Add a fixed item under the menu Get the type of the selected item clickItem() and expandItem() do not execute actions of menu item Letter kerning Autoexpand on Start Change the position of the menu icons Go To First Child When Select Top Level Menu Item Children of a menu item Open menu upwards Change the position of the folder icons Rotated text for menu items Reference to text fields within menu items Spacing between menu items Step backwards and forwards through menu Menu Item visibility / disable Accordion menu accurate size Letter kerning Title on multiple lines

Back