# Incorporating a search in flash

**URL:** https://forum.kirupa.com/t/incorporating-a-search-in-flash/166808
**Category:** Uncategorized
**Created:** [October 23, 2005, 12:23am UTC](https://forum.kirupa.com/t/incorporating-a-search-in-flash/166808 "2005-10-23T00:23:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![laksh](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/laksh/32/1603_2.png) [@laksh](https://forum.kirupa.com/u/laksh)
#### Post date: [October 23, 2005, 12:23am UTC](https://forum.kirupa.com/t/incorporating-a-search-in-flash/166808/1 "2005-10-23T00:23:49Z")

</div>

hi! for a website I want to use the free search that atomz provides. It also gives me this HTML code to paste in my .htm file:

```auto

<!-- Atomz Search HTML for MY WEBSITE -->
<form method="get" action="http://search.atomz.com/search/">
<input size="15" name="sp-q">

<input type="submit" value="Search">
<input type="hidden" name="sp-a" value="sp10036756">
<input type="hidden" name="sp-p" value="all">
<input type="hidden" name="sp-f" value="ISO-8859-1">
</form>

```

BUT, how can I incorporate this code in flash with an input textbox and a button?

an example would be awesome … thanx a lot!
