PDA

View Full Version : Multiple Links in TextArea


madcat
10-21-2009, 06:42 PM
Having a battle royale today with the TextArea component.

I'm able to pull text in from an XML file, space them through leading, and style everything just right... but am having more trouble attaching their link which is also specified in the XML file. I have each set (text & link) in their own XMLList.

XListCopy & XListURLs

...pulling the text in so far looks like so...

mcParent.textArea.appendText(XListCopy[i]+"\n");

Should I be looking at a method other than appendText to add the text and link to a TextArea?