Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion Panel V3
(views: 4638)
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: 1458)
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
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).
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).
Login to post your comment
Other questions in this item:
Installing the Accordion Panel V3 the title isn't showing in the horizontal mode Use HandCursor on Accordion Panel's items Use the Accordion Panel without external XML file Open the Accordion Panel upwards Vertical title for horizontal accordion panel Stopping video content when changing the panel Load different kind of data into AccordionPanelV3 Auto open a panel on startup Rotate the direction of the text on horizontal Accordion Dimensions TEXTU appears in my file HyperLinking panels Accordion Panel communicates with a loader Access header title and panel content Panel opens only after content is loaded, when loadExpandedItemsOnly is true Access header title and panel content Acces accordion panel from content Panel opens only after content is loaded, when loadExpandedItemsOnly is true Load new content without XML Access accordion panel loaded with loadMovie inside container clip Non Latin characters Acces accordion panel from content Graphics below the accordion panel Getting accurate accordion height Non Latin characters Flv playback inside accordion Get the size of panel's content Open panels from bottom to top and left to right Accordion Panel communicates with a loader Open panels upward for vertical accoirdion and to the left for horizontal accordionMenu |
|
|


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?