# Find text in Dynamic TextBox and make it Hyperlink

**URL:** https://forum.kirupa.com/t/find-text-in-dynamic-textbox-and-make-it-hyperlink/193474
**Category:** flash
**Created:** [July 13, 2006, 3:42pm UTC](https://forum.kirupa.com/t/find-text-in-dynamic-textbox-and-make-it-hyperlink/193474 "2006-07-13T15:42:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DEVILSAN](https://avatars.discourse-cdn.com/v4/letter/d/c37758/32.png) [@DEVILSAN](https://forum.kirupa.com/u/DEVILSAN)
#### Post date: [July 13, 2006, 3:42pm UTC](https://forum.kirupa.com/t/find-text-in-dynamic-textbox-and-make-it-hyperlink/193474/1 "2006-07-13T15:42:44Z")

</div>

HI , i hav been through this [topic](http://www.kirupa.com/developer/actionscript/find_select_text2.htm), here i made selection for

```auto
 
finder.onPress=function(){
....
}

```

So now when i locate the text how should i make it hyperlink or call a function , like using \*\*asfunction method \*\*?

to particular text which is searched i.e. \*\*inputterstring \*\*(see the topic)
