I have a text area displaying something, I want to achieve:
some words are rendered as hyperlink in html(blue color with underline), and when mouse hovers there it becomes a hand. When user clicks it, it will invoke a function in AS and pass the words to the callback function.
Is it doable?
Thanks.