Javascript on my button

Hey guys,

I have an input text box with a var of “email” in flash with a submit button to submit their email to another email address to be added to a newsletter. How can i get this html code that microsoft provided for a service:

<FORM action=http://lb.bcentral.com/ex/manage/subscriberprefs.aspx
method=post>
<DIV align=center><FONT face=“arial, helvetica” size=-1><STRONG>Register
for Q Film Fest email updates</STRONG> </FONT><BR><INPUT name=email>
<INPUT type=hidden value=55166 name=customerid> <INPUT style=“FONT-WEIGHT: bold; COLOR: green; BACKGROUND-COLOR: white” type=submit value=“Sign up”>
</DIV></FORM>

HOw can I get that to function in flash?