I am trying using the Delete key....
But it did not work??
myListener = new Object();
myListener.onKeyDown = function ()
{ if (Key.isDown(Key.DELETEKEY))
{ trace ("hit")
}
}
Key.addListener(myListener);
I tried changing to key.SPACE and some others and it works..