I'm trying to get enable people to sign up for my Lisbot list though flash. I just don't know exactly how...

Here is what I have on the submit button:

On (Release, Key: <Enter> )
Set Variable: "e_mail" = "address"
Set Variable: "list_id" = "SevenTenEMailList"
Set Variable: "Act" = "subscribe_list"
Load Variables ("http://www.listbot.com/cgi-bin/subscriber", 1, vars=POST)
End On

Here is the HTML that Lisbot gave me:

<form method="post" action="http://www.listbot.com/cgi-bin/subscriber">

Join our mailing list! Enter your
email address below, then click the 'Join List' button:

<input type=text name="e_mail">

<input type=hidden name="list_id" value="SevenTenEMailList">

<input type=hidden name="Act" value="subscribe_list">

<input type=image src="http://www.listbot.com/subscribe_button.gif">

<font size=1 face="arial"><a href="http://www.listbot.com/" target="_top">Powered
by ListBot</a></font><br>

</form>


Any ideas? Thanks




------------------