A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] Please help.

  1. #1
    Señor Member Mavrisa's Avatar
    Join Date
    Oct 2005
    Location
    Canada
    Posts
    506

    [F8] Please help.

    I am really having trouble with comboBoxes... I cannot, for the life of me, figure out how to get the user's input from them. I need my movie to put a certain piece of information in a textbox called mode, depending on what the user selects. The instace name of the comboBox is language. Anyways... so far I have figured out that labelField is supposed to be used... but again I do not know how to access the information.
    Any help would be appreciated,
    Mavrisa

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Code:
    listener = new Object()
    listener.change = function(obj){
      myTextArea.text =(obj.target.selectedItem.data)
    }
    myComboBox.addEventListener("change", listener)
    Name a Dynamic Text Field ( myTextArea )

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