Flash using numberpad

hi,

I’m trying to use the number pad on my desktop computer to do things…

however… when i use

Key.isDOWN(50){
//do stuff
}

Which is the ascii for 2… the “2” on my keyboard… which is above the QWERTY works… but the “2” on my numberpad doesn’t…

What can i do to make it read the “2” on my numberpad?

Thanks