Getdeviceid Fscommand2 Command; Getfreeplayermemory Fscommand2 Command - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Some sample results and the devices they signify follow:
A Mitsubishi 506i phone.
D506i
phone.
A Fujitsu FOMA1 phone.
FFOMA1
FOMA1 phone.
Nokia3650
Panasonic FOMA1 phone.
A Sony 506iphone.
SO506i

GetDeviceID fscommand2 Command

GetDeviceID
Sets a parameter that represents the unique identifier of the device (for example, the serial
number).
Command
Parameters
GetDeviceID
id
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.
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.
Command
GetFreePlayerMemory
Availability: ActionScript 1.0; Flash Lite 1.1
A Mitsubishi FOMA1 phone.
DFOMA1
A Nokia 3650 phone.
A Sharp 506i phone.
SH506i
A string to receive the
Parameters
None
An NEC 506i phone.
N506i
A Panasonic 506i phone.
p506i
SHFOMA1
Value Returned
-1: Not supported. 0: Supported.
Value Returned
-1: Not supported. 0 or positive value:
Available kilobytes of heap memory.
A Fujitsu 506i
F506i
An NEC
NFOMA1
PFOMA1
A Sharp FOMA1 phone.
fscommand2 Commands
A
229

Advertisement

Table of Contents
loading

Table of Contents