Html to flash form help

i’m having a problem with trying to convert a html form code to flash heres the html


<form method=post action=http://www.ymlp.com/subscribe.php?blissneso>
<table border=0>
  <tr>
	<td>Name:</td>
	<td><input type="text" name="YMLP0" size="20"></td>
  </tr>
  <tr>
	<td>Email:</td>
	<td><input type="text" name="YMLP1" size="20"></td>
  </tr>
  <tr>
	<td colspan=2><input type="submit" value="Submit"></td>
  </tr>
</table>
</form>

which works perfectly fine. When i attempt to convert to flash though it doesnt seem to recognize the email address and gets an error

heres the fla file, hope someone can help.