Hi. I have a simple flash application where it gets info from an xml file and populates a dynamic text area.
Problem is the text I get from the xml file needs to contain a link. Is there any way to make certain texts that I get from the xml file into a link?
I've looked into using htmlText.. say..
myTextArea.htmlText = ' hello world';
This works except I do not know how to apply styles to it (on mouseover make text underline, etc)
Is there any simpler way to make certain texts a link? Please let me know of all possible ways you can think of. Thanks in advance.
2007-11-16
03:29:12
·
1 answers
·
asked by
jk
1
in
Computers & Internet
➔ Programming & Design