One. The TextInput component is a text input box with a parameter of 1. Editable, default is true, editable for text, false, not editable for input text. 2. Password, is the password field, default is False, is not, if true, is the password field. 3. Text is the literal field you want to fill in.
Two. RadioButton component is a radio box, is in a problem of a group of answers, only one is selected, the parameter has the group name, specific: 1. Data: is the label value of the input RadioButton component instance. 2. GroupName: Group name 3. Label: The text you see next to the instance of the RadioButton component. 4. The position of the Labelplacement:label. 5. Selected: The initial state of the button is true (select the last) or False (default state, deselect), as shown in the attachment.
Three. A checkbox component is a check box, in which a number of answers to a problem are selected, with a parameter of 1.label: the name shown next to the check box 2. Labelplacement, position, have left, right (default), up, down. 3. Selected:true When the check box is initially selected as false. Take a look at the attachment example, four. The ComboBox component is the Drop-down list. Parameters: 1. Data: Is the value of the label. is a default array. 2. Editable: Whether the top of the list option can be searched. 3.labels: Each item in the Drop-down list. 4.rowCount: Number of drop-down items. The default is 5, see attachment.
See examples of annexes
The specific practice of this comprehensive example: (1). New FLASH8 Default text block, first level first pin input static text 2 lines, such as the original file. (2). From the CTRL + F7, drag and drop component TextInput, RadioButton, CheckBox, Combobox, List, button from the palette to the library, respectively. First-level first stitch drag and drop these components to the appropriate location of the scene, such as the original file, 1,2 for textinput,3 radiobutton,4 for checkbox,5 combobox,6 for textarea, and the button component (3) at the bottom. Parameter specific settings, 3 of the RadioButton component of the label is set to, male, female, 4 of 4 checkbox labels are set to "25 years old", "45 years old-25 years old", "55 years old-45 years old", "55 years old." 5 of the ComboBox components of the label are set to "technical Exchange area", "as", "animation area", "Game area", 6TextArea component text is what you want to input, (4). The first and second pins are submitted separately for the button to return. Other parameters can be set appropriately or with a default value. For beginners of the initial reference, please point out the deficiencies, or ask questions to discuss together, thank you. (This example please use flash PLAYER8 above test, otherwise the part does not show)