Re: [Flashcoders] Combo troubles

2005-12-22 Thread Ian Thomas
You might also need to set the combobox._lockroot=true to cure other standard combobox woes... Ian On 12/22/05, Steven Sacks <[EMAIL PROTECTED]> wrote: > > Put a combobox component in the loading movie (the root movie). > > ___ Flashcoders mailing list

RE: [Flashcoders] Combo troubles

2005-12-22 Thread Steven Sacks
Put a combobox component in the loading movie (the root movie). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Boutin > Sent: Thursday, December 22, 2005 11:16 AM > To: Flashcoders mailing list > Subject: [Flashc

Re: [Flashcoders] Combo troubles

2005-12-22 Thread Sam Shrefler
Mike: You need to have an instance of the combobox in the library of the loader swf. Hope this helps On 12/22/05, Mike Boutin <[EMAIL PROTECTED]> wrote: > > I have a swf file that has a combobox component in it with two options. > This is loaded into _root.holderClip > > For some reason when I p

[Flashcoders] Combo troubles

2005-12-22 Thread Mike Boutin
I have a swf file that has a combobox component in it with two options. This is loaded into _root.holderClip For some reason when I publish and view it in flash player, it works fine. When I run the same thing in Internet Explorer and comobox does not drop down anymore? Am I missing somethin