well all I was given was this...
<!-- BEGIN MAIL SIGN UP HERE //-->
<form method="post" action="
<img src="
width="1" height="26"
border="0"><br>
<input type="hidden" name="what" value="sub">
<img src="
width="5" height="1"
border="0"><br>
<img src="
width="5" height="1"
border="0">
<input type="text" name="email" size="22"><br>
<input type="hidden" name="listID" value="1">
<img src="
width="5" height="1"
border="0">JOIN EMAIL LIST
<input type="submit" name="submit" value="submit"><br>
</form>
<!-- END MAIL SIGN UP HERE //-->
and I have already built the site in Flash.
here is what I have in my flash file...on the button that will submit the text entered in the text feild with instance name 'join_email'
on (release) {
listID = "1";
what = "sub";
getURL("
"_root.join_email", "POST"

;
}