Key.INSERT 413
Key.getCode()
Availability
Flash Player 5.
Usage
Key.getCode();
Parameters
None.
Returns
An integer that represents the key code of the last key pressed.
Description
Method; returns the key code value of the last key pressed. To match the returned key code value
with the key on a standard keyboard, see Appendix C, “Keyboard Keys and Key Code Values,”
on page 789.
Key.HOME
Availability
Flash Player 5.
Usage
Key.HOME
Description
Property; constant associated with the key code value for the Home key (36).
Key.INSERT
Availability
Flash Player 5.
Usage
Key.INSERT
Description
Property; constant associated with the key code value for the Insert key (45).