User Guide

fscommand2 Commands 229
Some sample results and the devices they signify follow:
D506i A Mitsubishi 506i phone. DFOMA1 A Mitsubishi FOMA1 phone. F506i A Fujitsu 506i
phone.
FFOMA1 A Fujitsu FOMA1 phone. N506i An NEC 506i phone. NFOMA1 An NEC
FOMA1 phone.
Nokia3650 A Nokia 3650 phone. p506i A Panasonic 506i phone. PFOMA1 A
Panasonic FOMA1 phone.
SH506i A Sharp 506i phone. SHFOMA1 A Sharp FOMA1 phone.
SO506i A Sony 506iphone.
GetDeviceID fscommand2 Command
GetDeviceID
Sets a parameter that represents the unique identifier of the device (for example, the serial
number).
Availability: ActionScript 1.0; Flash Lite 1.1
Example
The following example assigns the unique identifier to the deviceID variable:
status = fscommand2("GetDeviceID", "deviceID");
GetFreePlayerMemory fscommand2 Command
GetFreePlayerMemory
Returns the amount of heap memory, in kilobytes, currently available to Flash Lite.
Availability: ActionScript 1.0; Flash Lite 1.1
Command Parameters Value Returned
GetDeviceID id A string to receive the
unique identifier of the
device. It can be either the
name of a variable or a
string value that contains
the name of a variable.
-1: Not supported. 0: Supported.
Command Parameters Value Returned
GetFreePlayerMemory None -1: Not supported. 0 or positive value:
Available kilobytes of heap memory.