Flash input
Flash input
- Started
- Last post
- 5 Responses
- armed_rob
I did a mailform with flash the input field has the text "your name" in it. Now I want the "your name" text to disappear when the user clicks to fill in his name.
Can anyone help me out with some code?
- Mimio0
write an event handler to check if that field has focus, and then to update the value to what the user types.
- Mimio0
You can also use the TextInput class. It's a little simpler.
- armed_rob0
I more to a line of code here... anyone?
- dijitaq0
TextField.onSetFicus = function(){
TextFIeld.text ="";
};
- dijitaq0
oops
TextField.onSetFocus = function