Knowledge Base |
Accordion (Tree) Menu V3
(views: 25342)
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: 6323)
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
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.
Load movies on item select
Your code is only for AS2. I am working in CS3. Please give me AS3 script to load .swf file on item Select
posted by user563601 on 2011-03-24
SirYour code is only for AS2. I am working in CS3. Please give me AS3 script to load .swf file on item Select
RE:Load movies on item select
posted by kneo on 2011-03-25
The problem is discussed trough mail
Login to post your comment










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?