My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

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 


User Comments

What about automatically opening up just the first panel when loaded?
posted by janericster on 2008-04-30
Trying to figure out how to simplify this so that when the component loads the images, the first tab/panel opens automatically as a default....no slideshow needed.

Is this possible?
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
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
posted by florodebat on 2009-02-25
Hello


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.
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
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
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 login to post your comment

Other questions in this item

Installing the Accordion Panel V3 Vertical title for horizontal accordion panel Accordion Panel slide show Accordion Panel communicates with a loader Use the Accordion Panel without external XML file Stopping video content when changing the panel Auto open a panel on startup Use HandCursor on Accordion Panel's items the title isn't showing in the horizontal mode Access header title and panel content Non Latin characters Load different kind of data into AccordionPanelV3 Panel opens only after content is loaded, when loadExpandedItemsOnly is true Dimensions Open the Accordion Panel upwards Get the size of panel's content Access accordion panel loaded with loadMovie inside container clip Panel opens only after content is loaded, when loadExpandedItemsOnly is true Open URL from panel content, not from panel header Getting accurate accordion height Open URL from panel content, not from panel header Rotate the direction of the text on horizontal Accordion Flv playback inside accordion Open panels from bottom to top and left to right TEXTU appears in my file HyperLinking panels Load new content without XML Non Latin characters Graphics below the accordion panel Acces accordion panel from content Acces accordion panel from content Access header title and panel content Open panels upward for vertical accoirdion and to the left for horizontal accordion Accordion Panel communicates with a loader Panels with different sizes Open Accordion panels automatically (slide show) Get selected panel and content Load new content without XML

Back