A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: MX email form php

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    11

    MX email form php

    i followed the tutorial on kirupa.com to the tee and works fine within it's own movie clip
    but when i drag the entire form clip onto the stage the send button now doesn't work

    is this a problem because it's a clip within in a clip?

    help me please!


    the script on the button is

    on (release) {
    form.loadVariables("email.php", "POST");
    }

  2. #2
    The Ancient
    Join Date
    Mar 2000
    Location
    Las Vegas, USA
    Posts
    213
    What's the URL for the tutorial?

    And no need to double post. Everyone checks all of the Flash Help categories, so you don't need to put it in both.
    jahasloth

  3. #3

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    form.loadVariables("email.php", "POST");

    means: load the variables from and into the movieclip with instance name 'form'

    if there is no more 'form' instance, i understand that nothing works anymore. It's like sending a letter to an old address: if you moved, you won't get mail

    If there are any other paths in the AS, you will also need to adjust those.

    gparis

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