A combobox is itself a movieclip that resides in the main timeline. so you'd need to refer to a text box on the main movie via it's path i.e. _parent or _root
My combobox is inside another movieclip. When I was referring to it in the onChanged box I was using:
txt1.text = this.getValue();
When I removed the "this" it worked. So now I'm back on track.
---------------
Chris? Is that you? Long time no see.
I'll also take a look at your file and see what you posted too. Maybe there is another technique that I could use.