Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > GetDeviceID | |||
Sets a parameter that represents the unique identifier of the device (for example, the serial number).
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
|
-1: Not supported. 0: Supported. |
Flash Lite 1.1.
The following example assigns the unique identifier to the deviceID variable:
status = fscommand2("GetDeviceID", "deviceID");
|
|
|
|