all groups > macromedia flash flash remoting > january 2005 >
You're in the

macromedia flash flash remoting

group:

Combo box inside accordion


Combo box inside accordion Apgar
1/12/2005 7:41:34 PM
macromedia flash flash remoting:
Have a movie clip with a combo box that gets populated though a CFC, this
works. I want the combo box movie clip to display in an accordion component, it
does display but the combo box doesn't get populated with data. How do you
reference the nested movie clip with remote scripting to get the data to
display in the combo box that inside an accordion.
Thanks

Re: Combo box inside accordion derobinson
1/14/2005 3:13:58 AM
The quirky thing about Accordions is that you have to use the childName for
reference and not the name of the symbol inside the Accordion pane (the
childSymbol). So to reference a combox box inside a particular pane of an
Accordion, it would be:

myAccordion.myChildName.myComboBox

Hope that helps!

Re: Combo box inside accordion Apgar
1/14/2005 3:47:35 PM
This helps, but (doesn't seem like there is alway one) I don't see refences to
ChildName in the updated Accordion Pane (DRK 5) documentation. I've seen old
stuff that show childNames and ChildLabels for the component, I don't see those
options anymore. Is it refenced another way in the updated Accordion
Component? Thanks a bunch for you help.
Re: Combo box inside accordion derobinson
1/14/2005 9:27:56 PM
This is the way I reference the AS2 components that come with Flash MX 2004.

Hmmmm....
AddThis Social Bookmark Button