I did do a quick search for ‘email’ but I didnt find anything. I will have a look at forms.
I don’t know much about CGI either. All I have to do if I want to send a email using HTML Forms is post the form to the CGI program and it does the rest.
well what happens is html sends variables to the CGI page. Agian, I don’t know any cgi, but the same should apply for Flash. As long as the variables match all you need to do is send the FLash vars to the CGI page.
Just so everyone knows, PHP is CGI. CGI stands for Common Gateway Interface, and there are many languages that fall under this category. ie Perl, Python, PHP, etc.