onRollOver TextField

How do I create a listner which listens to rollOver on the textfield?

Mouse.addListner(textFieldName);

textFieldName.onRollOver=function(){
trace(“hello”);
}

It is never called