Im trying to figure out how to make it possibly for somebody to put in their e-mail addess in an input text box, and by clicking enter, subscribe to a mailing list. BUT i dont want it to open any windows or e-mail clients or anything. They put in their addess, press enter, and done.
Could somebody please tell me the action script i would use or at least tell me if its possible or not.
You would have to use server side scripting for that. I would (personally) use PHP. Are you using anything like that? I mean - do you have it available to you?
There’s stuff all over the place for it. If you goto kirupaforum.com (home page) and click on server-side/scripting forum, you’ll see tons of PHP stuff.
Ok, i appreciate everything, and i think that last link about PHP variables in flash (tut 2) is exactly what i need, and actually more. I still dont understand a few things. For instance, in the PHP script for Tut 2, or maybe its in the action script for the button. Where do i define what e-mail addess this is being sent to. I assumed that somewhere i have to put "subscribe@signsofcollapse.com" in order for it to actually subbscribe to the mailing list.
in the beginning of the PHP script, there should be a variable called ‘to’ that assings where it goes. It is then used at the end of the script in the mail() command. So, in your PHP script, make sure you have this: