MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference page 132

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

Advertisement

case "P506i":
/:myText += "device: Panasonic 506i" add newline;
break;
case "PFOMA1":
/:myText += "device: Panasonic FOMA1" add newline;
break;
case "SH506i":
/:myText += "device: Sharp 506i" add newline;
break;
case "SHFOMA1":
/:myText += "device: Sharp FOMA1" add newline;
break;
case "SO506i":
/:myText += "device: Sony 506i" add newline;
break;
}
GetDeviceID
Sets a parameter that represents the unique identifier of the device (for example, the
serial number).
Command
"GetDeviceID"
Availability
Flash Lite 1.1.
Example
The following example assigns the unique identifier to the
status = fscommand2("GetDeviceID", "deviceID");
132
Flash Lite Specific Language Elements
Parameters
A string to receive the unique
id
identifier of the device. It can be
either the name of a variable or a
string value that contains the name of
a variable.
Value returned
-1: Not supported.
0: Supported.
variable:
deviceID

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents