Home > ActionScript 2.0 > Textfield Listener

Textfield Listener

//construct the listener object
myListenerObject = new Object();
 
myListenerObject.onChanged = function(txt) {
//perform this when textfield value has changed
execute();
}
 
//call the TextField.addListener method to register the object
Textfield.addListener(myListenerObject);

Post to Twitter Post to Plurk Plurk This Post Post to Yahoo Buzz Buzz This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit Post to StumbleUpon Stumble This Post

  1. No comments yet.
  1. No trackbacks yet.
SEO Powered by Platinum SEO from Techblissonline