Hyperlink

Is anyone know how to make a hyperlink for a word in a sentense?

I think you’re trying to link dynamic text, if that’s the case then take a look at this thread.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=13986&highlight=dynamic+text+links

Can I apply this html code <body link="#C0C0C0" vlink="#808080" alink="#FF0000"> to the dynmaic text?

Yes

Where should I put this code:
[body link=’#0000FF’ vlink=’#808080’ alink=’#FF0000’] in the following coding:

myText = “[font color=’#A52A2A]>Hello[/font], Please visit [A TARGET=’_blank’ HREF=‘http://www.hotmail.com’][font size=‘20’ color=’#0000FF’]HERE[/font][/A]”;
textBox.html = true;
textBox.htmlText = myText;*