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.
Access accordion panel loaded with loadMovie inside container clip
(2008-04-30 - views: 12826)
Q: How can I access the accordion panel component from a .swf file loaded with loadMovie() method inside a container clip ?
A: You can directly access any object from that container clip by simply calling their component instance name: containerClip_mc.accordionPanelInstance.
If that component is inside two other clips in the .swf file then you would use this line of code to get the reference to the component: containerClip_mc.clip1.clip2.accordionPanelInstance. In this case those other two clips must have instance names.
Files:
AccPanel_loadMovie.zip