Flash Textfield Help
Flash Textfield Help
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- lucyGeneric0
Have you previously defined greetin_txt as an inout field?
If not you have a potential scope bug inside your onSetFocus method.
Try using the 'this' keyword when setting the parameters for the textField. (eg this.type = "input" )