How to detect whether cursor is no longer inside Input Text Field


hello.

 

my question today is:

 

how detect (in as3) whether cursor no longer inside input text field?

 

i've been trying mouse events, focus events, text events no success.

 

any ideas?

 

regards

if have input textfield instance name "it"...

 

it.addeventlistener(focusevent.focus_out, focusouthandler);

 

function focusouthandler(evt:focusevent):void {
    trace(evt.target.name);
}



More discussions in ActionScript 3


adobe

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい