Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > ResetSoftKeys | |||
Flash Lite 1.1.
Resets the soft keys to their original settings.
This command is supported only when Flash Lite is running in stand-alone mode. It is not supported when the player is running in the context of another application (for example, as a plug-in to a browser).
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
None. |
-1: Not supported. 0: Supported. |
The following statement resets the soft keys to their original settings:
status = fscommand2("ResetSoftKeys");
|
|
|
|