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.
Autoexpand on Start
(2007-12-05 - views: 15641)
Q: I want to auto open the tree on swf startup.
a index root variable is given via php or swfobject
A: This can be done using FlashVars. You pass a variable in the html file to the flash clip which will be defined on the clip's _root object. Next, after the component has been drawn for the first time (until then, the menu items do not exist), you can expand the item you want, in the "onDrawComplete" event handler. Here is an example of how it's done.
Files:
AccTreeAutoexpandOnStart.zip