Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion Panel V3
(views: 13053)
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: 3188)
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
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
User Comments
Loading swf
Cibu,
Sorry for the late reply - it's more advisable to write us using the ticket system because we don't guarantee 100% response here. Please follow the link bellow in order to open a new support ticket, right there a detailed description of that issue and attach the source files. We will take a look at them and shortly let you know what certain is wrong. Thank you.
http://www.jumpeyecomponents.com/support/open.php
posted by florodebat on 2009-12-24
Cibu,
Sorry for the late reply - it's more advisable to write us using the ticket system because we don't guarantee 100% response here. Please follow the link bellow in order to open a new support ticket, right there a detailed description of that issue and attach the source files. We will take a look at them and shortly let you know what certain is wrong. Thank you.
http://www.jumpeyecomponents.com/support/open.php
Login to post your comment



I want to load four swf files with Accordion Left Navigation component in each of them into a parent swf file. Basically I want to make an interface for all the four swf's.
But when I call the swf files into the parent using AS3. The component doesn't work inside the called movie.
Regards
Cibu