24/07/2011, 20:30
|
| | | Fecha de Ingreso: mayo-2007 Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 17 años, 5 meses Puntos: 67 | |
Respuesta: Como puedo detectar texto dinámico Y en AS3 seria asi:
Código:
mi_texto.addEventListener(FocusEvent.FOCUS_IN, onFocusIn);
mi_texto.addEventListener(FocusEvent.FOCUS_OUT, onFocusOut);
function onFocusIn(event:FocusEvent):void
{
trace("Dentro");
}
function onFocusOut(event:FocusEvent):void
{
trace("fuera");
}
__________________ { Flash } |