![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004 and Flash MX Professional 2004
focusManager.setFocus(object)
object A reference to the object to receive focus.
Nothing.
Method; sets focus to the specified object.
The following code sets focus to myOKButton:
focusManager.setFocus(myOKButton);
![]() ![]() | |