Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/08/2007, 05:28
roceth
 
Fecha de Ingreso: mayo-2006
Mensajes: 77
Antigüedad: 18 años
Puntos: 1
Re: como desactivar la tecla escape???

Hola

Je je, maniobras antivandalicas?

Prueba esto:

Código PHP:
this.onEnterFrame = function() {
    if (
Key.isDown(Key.ESCAPE)) {
        
fscommand("fullscreen""true");
    }
}; 
Simple: si se pulsa ESC se vuelve a hacer un fullscreen.

Aunque si es por tener el teclado de cara al público, te recomiendo que te protejas tambien ante Alt+F4.

saludos