A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: dynamic text, levels

  1. #1
    I have dynamic text (input fields) on level 1 , i have a send button on level 0 with this commandon

    (release) {
    if (_root.ToName eq "") {
    _root.Status = "Enter \"To\" Name";
    } else if (_root.FromName eq "") {
    _root.Status = "Enter your Name";
    } else if (_root.ToEmail eq "") {
    _root.Status = "Email-address ";
    } else if (_root.Greeting eq "") {
    _root.Status = "enter message";
    } else if (_root.IntroMessage eq "") {
    _root.Status = "Please enter a Intro Message";
    } else {
    Status = "Your card has been sent.";
    loadVariablesNum ("SendEcard.php", 0, "POST");
    _root.ToEmail = "";
    }
    }

    But it dus not seem to communicate with the dynamic fields on level 1

    plese help

  2. #2
    Junior Member
    Join Date
    May 2001
    Posts
    13

    levels

    I think you have to have it all on the same level for it to work

  3. #3

    Re: levels

    well uhmm jap noop

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