A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: question about email clearing

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Location
    Detroit
    Posts
    17

    question about email clearing

    I'm trying to fix this problem with the emailer under the contact button.

    this is the temp address
    http://www.bannerhangout.net/ff/

    once I enter name, email and contact info, how can I get the data to clear after I hit send? I tried

    onClipEvent(data){
    _root.nextFrame();
    }

    That would take it to another frame and i could place a message with a back button. That works only if it's in the main scene. But The emailer is placed in another movie clip called "test" and i think thats the problem. Am I making sence because I'm am lost here?

    Please help

    Thanks in advance

    Dsully

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    you should replace _root by something else - this might be a candidate

    Musicman

  3. #3
    Junior Member
    Join Date
    Feb 2004
    Location
    Detroit
    Posts
    17
    i will try this and get back to you. thank you very much

  4. #4
    Junior Member
    Join Date
    Feb 2004
    Location
    Detroit
    Posts
    17
    tried a few diff options but still didnt want to work. Any other suggestions?

  5. #5
    Junior Member
    Join Date
    Feb 2004
    Location
    Detroit
    Posts
    17
    I finally figured out an action script that would do what I wanted.

    I used:

    onClipEvent (data) {
    tellTarget ("/test") {
    gotoAndStop(2);
    }
    }

    this did what I needed

    www.futureforceservices.com

    Thanks Musicman for the help

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