PHP Form and Flash

Ok i have this html form:


<form method=post action=http://www.ymlp.com/subscribe.php?jessenextlevel><br>
<table border=0><br>
  <tr><br>
    <td colspan=2>Fill out your e-mail address <br> to receive our newsletter!</td><br>

  </tr><br>
  <tr><br>
    <td><input type="text" name="YMLP0" size="20"></td><br>
    <td><input type="submit" value="Submit"></td><br>
  </tr><br>
  <tr><br>
    <td colspan=2><a href="http://www.yourmailinglistprovider.com" target="_new">Hosting by YMLP.com</a></td><br>
  </tr><br>

</table><br>
</form>

I want to have this form in Flash. How do I set this up in Flash?