Convert form to flash

[COLOR=#000000][COLOR=#007700]how can i convert this into Actionscript or ASP?
I know i can create a loadvars and send it to a asp file but this is what they sent me to use.
[/COLOR][/COLOR]


[COLOR=#000000][COLOR=#007700] <!-- [/COLOR][COLOR=#0000bb]The following code was generated by Exacttarget[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]com please [/COLOR][COLOR=#007700]do [/COLOR][COLOR=#0000bb]not edit [/COLOR][COLOR=#ff8000]//--> 
[/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000bb]SCRIPT language[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#dd0000]"Javascript"[/COLOR][COLOR=#007700]> 
<!-- 
function [/COLOR][COLOR=#0000bb]checkForm[/COLOR][COLOR=#007700]() { 
if ([/COLOR][COLOR=#0000bb]document[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]subscribeForm[/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000bb]elements[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'Email Address'[/COLOR][COLOR=#007700]].[/COLOR][COLOR=#0000bb]value[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]length [/COLOR][COLOR=#007700]> [/COLOR][COLOR=#0000bb]0[/COLOR][COLOR=#007700]) { 
return [/COLOR][COLOR=#0000bb]true[/COLOR][COLOR=#007700]; 
} else { 
[/COLOR][COLOR=#0000bb]alert[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'Please enter your email address.'[/COLOR][COLOR=#007700]); 
[/COLOR][COLOR=#0000bb]document[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]subscribeForm[/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000bb]elements[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'Email Address'[/COLOR][COLOR=#007700]].[/COLOR][COLOR=#0000bb]focus[/COLOR][COLOR=#007700](); 
return [/COLOR][COLOR=#0000bb]false[/COLOR][COLOR=#007700]; 
} 
} 
[/COLOR][COLOR=#ff8000]//--> 
[/COLOR][COLOR=#0000bb]</SCRIPT> 
[/COLOR]<form action="http://cl.exct.net/subscribe.aspx?lid=Your list ID Here" 
name="subscribeForm" method="post" onSubmit="return checkForm();"> 
<input type="hidden" name="thx" value="Your thank you page here"> 
<input type="hidden" name="err" value="Your error page here"> 
<input type="hidden" name="usub" value="Your success unsub page here"> 
<table cellpadding="0" cellspacing="0" border="0"> 
<tr> 
<td><font face="Verdana" size="2">Name:</font></td> 
<td><input type="text" name ="Full Name"></td> 
</tr> 
<tr> 
<td><font face="Verdana" size="2">Company Name:</font></td> 
<td><input type="text" name="User Defined"></td> 
</tr> 
<tr> 
<td><font face="Verdana" size="2">Email:</font></td> 
<td><input type="text" name="Email Address"></td> 
</tr> 
<tr> 
<td><input type="radio" name="Email Type" value="HTML" checked> 
<font face="Verdana" size="2">HTML</font> 
</td> 
<td> 
<input type="radio" name="Email Type" value="TEXT"> 
<font face="Verdana" size="2"> Text</font> 
</td> 
</tr> 
<tr> 
<td><input type="radio" name="SubAction" value="sub" checked> 
<font face="Verdana" size="2">Subscribe</font> 
</td> 
<td><input type="radio" name="SubAction" value="unsub"> 
<font face="Verdana" size="2">Unsubscribe</font> 
</td> 
</tr> 
<tr> 
<td><input type="submit" value="Submit"></td> 
<td align="right"> 
<font face="verdana" size="1" color="#4C5487"> 
Powered by<br> <a href="http://www.exacttarget.com"> 
<img src=http://www.exacttarget.com/gfx/smalllogo.gif border="0"></a> 
</font> 
</td> 
</tr> 
</table> 
</form>
[/COLOR]