Knowledge Base |
Accordion Panel V3
(views: 18958)
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.
Open the accordion panels automatically
(2007-07-18 - views: 8778)
Q: Can you tell me if there is any way to set the accordion panels to automatically change to the next after a few seconds?
A: You can use a setInterval function to expand the panels automatically. Attached is the example of how you can do it, implemented with the trial version of the Accordion Panel component.
Files: openPanelsAutomatically.zip
Files: openPanelsAutomatically.zip
User Comments
Open panel
posted by negush on 2008-05-02
The component does not d anything automatically. You need to use the accordion panel's expand(itemId) method to expand the panel you like. In your case, you need to listen for the onLoad event and when it triggers, simply call accordionPanelInstance.expand(0).
Making a menu item a simple button
I tried removing the content path from one of the items in the xml but then whole menu freezes and won't work.
Appreciate any help
posted by sw247 on 2009-02-24
Is it possible to make a menu item (one of the collapsed menu titles) into a simple button instead of an expanding menu? I would like to have a mixture of nonexpanding and expanding titles, so the non expanding ones can just link to something when clicked.I tried removing the content path from one of the items in the xml but then whole menu freezes and won't work.
Appreciate any help
Making a menu item a simple button
I think that the simplest way to do that is to not create other subitems for those items that should act like buttons. So, if an item dose not has any subitems it will not expand because there is nothing to expand.
Then you can link those items using the " url " attribute from the xml.
posted by florodebat on 2009-02-25
HelloI think that the simplest way to do that is to not create other subitems for those items that should act like buttons. So, if an item dose not has any subitems it will not expand because there is nothing to expand.
Then you can link those items using the " url " attribute from the xml.
Disable Collapse
posted by shirtandsimple on 2009-04-17
Is there any way to disable the ability to collapse the accordion completely? Or can i somehow put an image to show up behind it on the stage so that if it is collapsed completely they will see something other than a color?
Disable Collapse
http://www.jumpeyecomponents.com/Flash-Components/User-Interface/Accordion-Panel-V3-40/xml.htm
I hope this will be helpful but if you still have other question, then please open a new 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 answers to your questions. Please open the link below in order to open a new ticket:
http://www.jumpeyecomponents.com/support/open.php
posted by florodebat on 2009-04-20
If you want to disable the Accordion Panel then you will have to disable each panel in part by setting in the xml file the "enable" property of each item to false. Below is a link where you can find more information on how to use xml to sett the Accordion Panel:http://www.jumpeyecomponents.com/Flash-Components/User-Interface/Accordion-Panel-V3-40/xml.htm
I hope this will be helpful but if you still have other question, then please open a new 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 answers to your questions. Please open the link below in order to open a new ticket:
http://www.jumpeyecomponents.com/support/open.php
as3 expand
var currentPanelIndex:number = 0;
Accordion.expand(currentPanelIndex);
i get
1061: Call to a possibly undefined method expand through a reference with static type AccordionMenuV3AS3.
any ideas?
posted by urban101 on 2010-01-29
trying to set fist panel to expand by default.var currentPanelIndex:number = 0;
Accordion.expand(currentPanelIndex);
i get
1061: Call to a possibly undefined method expand through a reference with static type AccordionMenuV3AS3.
any ideas?
Login to post your comment










Is this possible?