flash issue asap

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shosh
    Banned
    • Jun 2004
    • 4668

    flash issue asap

    mercuryengine.com... i know!

    but,

    I'm semi-new at flash and I'm having a problem with a form that I've modified. The site is made after a template i bought and the form has been modified according to instructions i've found on tuts. The problem I'm having is with the reset button, not resetting anything and the send button.

    After the form has been filled out and the send button is pushed, the form info goes thru the php but the form does not advance to the next frame the thank you frame. Here's what I've done:

    reset button:
    Code:
    on (release) {
        form.gotoAndPlay(1);
    }

    submit button:
    Code:
     on (release) {
        form.loadVariables("/php/FormMail0.php", "POST");
    }
    form:
    Code:
     onClipEvent(data){
        _root.nextFrame();
    }
    any ideas/suggestions?

    for source file please pm me... thanks all!
  • Kamal
    Administrator
    • May 2002
    • 28835

    #2
    Re: flash issue asap

    asdf is pretty good with flash, maybe pm him
    www.mjwebhosting.com

    Jib says:
    he isnt worth the water that splashes up into your asshole while you're shitting
    Originally posted by ace_dl
    Guys and Gals, I have to hurry/leaving for short-term vacations.
    I won't be back until next Tuesday, so if Get Carter is the correct answer, I would appreciate of someone else posts a new cap for me

    Comment

    • asdf_admin
      i use to be important
      • Jun 2004
      • 12798

      #3
      Re: flash issue asap

      send me your fla. i will fix it for you.
      dead, yet alive.

      Comment

      • shosh
        Banned
        • Jun 2004
        • 4668

        #4
        Re: flash issue asap

        you are amazing! check pm mate

        Comment

        Working...