Yep, I can just concentrate them together. But I tried using your example and it
doesn't seem
to work. For some strange reason it outputs "NaN" in my text box (which is odd
considering
there's only one capital N in my text).
--- In FLASHmacromedia@yahoogroups.com, "Michael Hudak" <hudey123@...> wrote:
>
> Can you just concatenate them together, or are you trying to do something
> more complex?
>
> text1.text = this.firstChild.childNodes[0] + this.firstChild.childNodes[1] +
> this.firstChild.childNodes[4];