Accordion Panel V3 is a professional accordion component that loads movies and movieclips and supports both horizontal and vertical orientation, it supports customized tweens, states and visual styles.
Here are all known issues for Accordion Panel V3.
If you have any questions that you think we should discuss here please let us know.
Getting accurate accordion height
(2008-03-28 - views: 11394)
Q: Is it possible to get the height of the component? accordionInstance.height returns the height plus content height. So if the accordion is 400 and content height is 150 then the returned height is 550 - even though all headers are collapsed.
A: There's an undocumented event called "onMotionFinished", dispatched when the component finishes the expand or collapse tween. The event object received by the event handler has a property called totalHeight, which represents the final height of the component (after the tween is complete):