Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion Panel V3
(views: 13047)
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.
Load different kind of data into AccordionPanelV3
(2007-12-18 - views: 3662)
Q: Can I load external images or .swf files into the accordion panel ? How about movie clips I have in the Library ?
A: Yes, the AccordionPanelV3 component can load all this: external images (.jpg, .png, .gif), external .swf files and movie clips found in the projects Library and have a linkage id. All the data that has to be loaded by the component must be specified in the setup xml file. The next example shows how to load all these different types of media content.
Files: AccPanel_LoadDiffData.zip
Files: AccPanel_LoadDiffData.zip
User Comments
Set color theme with global.style
You cannot set the color style from the runtime because the component wasn't designed to work like that. You can only set a new look of the component by changing the xml file and reassigning it to the component's xmlPath property.
posted by negush on 2008-09-12
You cannot set the color style from the runtime because the component wasn't designed to work like that. You can only set a new look of the component by changing the xml file and reassigning it to the component's xmlPath property.
Login to post your comment



I would like to set the color theme to the accordion at run time as you can with all the other Flash components.
global.style.setStyle("themeColor", rollOverColor);