Flash form

hi, i am looking for a tutorial or advices on creating a form to be sent by e-mail for flashmx. Anyone can help me out?

Many thx

edit: deleted 3 posts

this one is working now, you need to download the .fla i attached and make an php file called sendmail.php, with this code:

sendmail.php


<?php
$yourmail = "youremail@youremail.com";
mail($yourmail,"mail from $name","$name has written this email: $message");
?>

you just need an php enabled host :slight_smile:

ps: only for educational use !

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17604

that thread might help as well.

thx, i’ll give it a try and let you know :slight_smile: