A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: a question about Input Text

  1. #1
    Member
    Join Date
    Aug 2001
    Posts
    30

    a question about Input Text

    I'm creating an interactive poster template application where a salesman can create his own custom posters to target specific clients of his.

    I was going strong yesterday figuring out page size, background colors, and even getting the thing to print properly [no matter what the page area was]

    How I'm totally stumped with the headline, and honestly, feel like an idiot.

    I'd like to create an input field and an 'apply' button that would target the poster preview movieclip in the same root timeline.

    Basically, after the user inputs a title into the Input Text field and clicks the apply button, the words the user put into that field appear in the movie clip placed on that same timeline.

    I've seen plenty of examples here on flashkit where the text and stuff stays on the same root timeline. I would like the "user's text" to be sent to a text field wating to recieve it, one timeline lower.

    I'm welcome to try any method. Perhaps a DuplicatClip command, PostVariable? I havn't a clue. Please help me.
    souperfish

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    So when the user clicks the Apply button you dont want it immediately to display in the MC. If thats the vas you can have the MC read it when necessary. The apply button isnt even necessary as the input field is variable. You just reference it from the MC.

    textFieldInMC=_parent.userInputField;

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.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