Question:

In Flash 8, how can you the get data you inputted in a textfield

by  |  earlier

0 LIKES UnLike

i need the data from the text field to greet the user

 Tags:

   Report

1 ANSWERS


  1. Let's say your textfield has the instance name of username, then just access it's 'text' property.

    username.text

    I don't know much AS, but in a normal a normal language such as Visual C#, I would just use:

    label1.Text = "Greetings, " & username.Text;

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.