A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Creating a php email form

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Posts
    9

    Creating a php email form

    Trying to create a email form and link it to a php file; however when I test it, I click send and it does not send. Can anyone help?

    Here is the action script that I added to the send button:

    on (release) {
    // send variables in form movieclip (the textfields)
    // to email PHP page which will send the mail
    form.loadVariables("contact.php", "POST");
    }

  2. #2
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Are you trying to do this in AS3? As you have posted under AS3
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  3. #3
    Junior Member
    Join Date
    Apr 2009
    Posts
    9
    Yeah I am.

  4. #4
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Here is an AS3 example form that i h ave on my blog.
    It also have the as2 version as well so that you can see the difference in the coding.
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center