Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion Panel V3
(views: 12989)
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: 2738)
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
Files: AccPanel_HyperlinkImages.zip
User Comments
Link from content only
The example above is about how to add links to the content of the panels and it should be helpful. However if you need further help you can open a support ticket and write there a detailed description of the problems you have meet in the use of the component and shortly you will get an answer. Please click the link below In order to open a new support ticket :
http://www.jumpeyecomponents.com/support/open.php
posted by florodebat on 2009-04-20
The example above is about how to add links to the content of the panels and it should be helpful. However if you need further help you can open a support ticket and write there a detailed description of the problems you have meet in the use of the component and shortly you will get an answer. Please click the link below In order to open a new support ticket :
http://www.jumpeyecomponents.com/support/open.php
Login to post your comment



When I do it wont let me open the panel. It instead just opens my link when i click on the panel header. How can i make ONLY the panel content link to a URL?