flash question..
flash question..
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- blaw0
say the default text displaying in your input field (named 'inputField') is a variable called clientName, use the following...
inputField.onSetFocus = function (){
clientMame="";
}