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.



Graphics below the accordion panel

(2008-04-10 - views: 4105)
Q: Is there a way to place some graphics below the accordion panel component, that would move at the same time when it collapses and expands the items ?
A: The solution is to create an extra style for the last item that contains empty movie clips for the header clip (the header will not be displayed and used). Next, using the xml file, add the last item in the <data> node, containing the path to that graphics you need to use. In the xml file, for this last item, set the contentSize attribute to the size you need, the expanded attribute to "true", the title should be an empty String and the contentEvents attribute to "false". Also set the style attribute for this item to the new style created in the .xml file. Here is an example of the node:
<item title=""  contentPath="InternalClip" contentSize="300" contentEvents="false" expanded="true" style="style2" />

Also, the component has to have the expandMode property set to "all".

Files: AccPanel_GraphicsBelow.zip 


User Comments

Open panel from external button in swf.
posted by dmeyler on 2009-09-27
If you have a panel with two items. Is it possible to have two buttons, elsewhere in the swf, activate the panel items? Click button one and panel one opens, click button two and panel one closes and panel two opens. Is there an example for this?
Open panel from external button in swf
posted by florodebat on 2009-09-28
Yes you can make that very simple by using the component's "expand ()" method which expands a folder item identified by its id. Please check the link bellow in order to find all the component's properties events and methods.

http://www.jumpeyecomponents.com/Flash-Components/User-Interface/Accordion-Panel-V3-40/methods.htm


Login to post your comment login to post your comment

Other questions in this item

Installing the Accordion Panel V3 Open the accordion panels automatically 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 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