Applying Action Script To Words In Text Field

I am trying to put a link in a dynamic text field (not all the text, just 2 words) that makes the flash movie the field is in advance to another frame. Can this be done?

Please Help!

Use the asfunction in the link to link to the frame label to jump to.


txtHtml.htmlText = "<a href='asfunction:gotoAndStop,myFrameLabel'>click here</a>";

Where, myFrameLabel is the label you wish to jump to.