Link in dynamic text

How can create a link into dynamic text, which been loaded on stage?:sigh:

you have to html enable the text field, then you can use < a >< /a > tags. =)

myTextField.html = true;
myTextField.htmlText = "<a href='http://www.kirupa.com'>kirupa</a>";

is that what you asked? :stuck_out_tongue:

if you r replacing a text field on a certain level of your movie use the tag target = “_mylevel” with the above code

Tanks.