Question:

Flash Actionscript help for making Email Form

by  |  earlier

0 LIKES UnLike

I am working on an email form made in Flash and need help with the actionscript. I started with something basic since this is the first time i make one.

Can someone show me where I can find a tutorial to make a flash email form? A tutorial for beginners? Thanks!

 Tags:

   Report

2 ANSWERS


  1. Try this link..

    http://www.kirupa.com/developer/actionsc...

    This is for PHP but you should be able to modify the line

    form.loadVariables("email.php", "POST");

    to use your web page that emails like:

    form.loadVariables("email.aspx", "POST");  --.NET

    OR

    form.loadVariables("email.asp", "POST"); -- CLASSIC ASP


  2. try u tube

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.