Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion (Tree) Menu V3
(views: 8494)
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.
Adding icons
(2007-10-15 - views: 1656)
Q: Is there a way to have the same icon for an item that doesn't contain a sub item? I tried adding to the item field but it was all messed up because the alignment is off.
A: Yes you can. All you have to do is to enter the linkage id of your icon symbol inside the xml file on the desired item, as below:
<item title="Your Title Here" childStyle="level2_style" icon="yourIconLinkageId">
The icon symbol must be located inside the fla file which contains the menu component.
<item title="Your Title Here" childStyle="level2_style" icon="yourIconLinkageId">
The icon symbol must be located inside the fla file which contains the menu component.
User Comments
couldnt get it to work
If you have the assets of the skin, you can edit the icon directly from there or you could create your own icon and need to give it a different Linkage Id than the one from the skin has.
As for the spacing, you can either draw the icon with spacing directly in the icon clip or set the spacing value in the .xml file.
posted by negush on 2008-10-03
If you have the assets of the skin, you can edit the icon directly from there or you could create your own icon and need to give it a different Linkage Id than the one from the skin has.
As for the spacing, you can either draw the icon with spacing directly in the icon clip or set the spacing value in the .xml file.
Login to post your comment
Other questions in this item:
Call JavaScript from XML Open menu item pages into target - "_self" Transparent background menu Use hand cursor on menu Item description from XML Can I add a rollover sound? Go to different frames by pressing a menu item Scene navigation Referencing item's textfield in Accordion (Tree) Menu V3 Keep the Accordion (Tree) Menu V3 vertically aligned Animated items Add different styles for each main items. Disable-Enable Accordion (Tree) Menu V3 Load movies on item select Change Text Color on Rollover Underline On Rollover how to change fontsize Selected item level How do I add the AccordionTreeMenuV3 on stage in runtime? Add a fixed item under the menu Autoexpand on Start How do I add the AccordionTreeMenuV3AS3 from class file to stage acc.height not updated? Get the type of the selected item Automatic Collapse Children of a menu item hotwo: submenus already expanded on activation? Insert a line break into label Align header text to right Letter kerning Go To First Child When Select Top Level Menu Item Change the position of the menu icons Reference to text fields within menu items Change the position of the folder icons Open menu upwards Accordion Tree Menu expandAll() Spacing between menu items Use hand cursor on menu clickItem() and expandItem() do not execute actions of menu item Step backwards and forwards through menu Rotated text for menu items Accordion menu accurate size Menu Item visibility / disable Letter kerningMenu |
|
|

I could only get this to work using icons from existing themes like "ATM_Ubuntu_style2_collapsed_icon" And the spacing got messed up.
When trying to create a completely new icon in the same fla it would not show up.
How can I :
a. adjust the padding of the icon
b. get a new icon to work?