Incorporating a search in flash

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:


<!-- 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!