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.
HyperLinking panels
(2008-01-24 - views: 11188)
Q: Is there anyway to hyperlink the images in each panel?
A: You need to add the contentEvents attribute to the xml node of each menu item and set its value to "true". You also need to have an attribute that contains the url to the location you need. This attribute MUST NOT be called url. In the example file, this attribute is called urlPath. Next you need to listen for the onPress or onRelease events and in the handler function check to see if whether the content was clicked or not. Then you can get the value of the urlPath attribute for the current item and navigate your way there.
Files:
AccPanel_HyperlinkImages.zip