NightmareAngel
08-28-2000, 05:59 PM
Im trying to make a "subscribe to mailinglist" button in my flash movie, but I seem to be having problems. My actionscript looks like this:
On (Press)
Set Variable: "e_mail" = "your@email.com"
Set Variable: "list_id" = "Defectus"
Set Variable: "Act" = "subscribe_list"
Get URL ("http://www.listbot.com/cgi-bin/subscriber", window="_blank", vars=POST)
End On
Has anyone made one that worked with ListBot before? Help would be very appreciated.
thanks.
Michael
On (Press)
Set Variable: "e_mail" = "your@email.com"
Set Variable: "list_id" = "Defectus"
Set Variable: "Act" = "subscribe_list"
Get URL ("http://www.listbot.com/cgi-bin/subscriber", window="_blank", vars=POST)
End On
Has anyone made one that worked with ListBot before? Help would be very appreciated.
thanks.
Michael