flash and input text
flash and input text
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- unfittoprint0
mybox.text = "your name";
myListener = new Object();
myListener.onChanged = function() {
++count;
(count == 1) ? mybox.text="" : false ;
};
mybox.addListener(myListener);