5
1
CHAPTER 1
About Flash Lite 1.x
ActionScript
You use ActionScript to add programming logic and interactivity to your Macromedia Flash
Lite applications. The version of ActionScript in Flash Lite 1.0 and 1.1—referred to
collectively as Flash Lite 1.x ActionScript—is a hybrid of Flash 4 ActionScript, plus additional
commands and properties specific the Flash Lite player, such as the ability to initiate phone
calls or text messages, or get time and date information from the device.
This chapter contains the following topics:
Flash Lite 1.x ActionScript overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Differences between Flash Lite 1.0 and Flash Lite 1.1 ActionScript . . . . . . . . . . . . . . 6
Flash 4 ActionScript not supported by Flash Lite 1.x ActionScript. . . . . . . . . . . . . . . 6
Features not available in Flash Lite 1.x ActionScript . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Flash Lite 1.x ActionScript overview
Flash Lite 1.x ActionScript consists of the following parts:
Flash Player 4 ActionScript
This includes operators (for example, comparison and
assignment operators), movie clip properties (for example,
_height
,
_x
, and
_y
), Timeline
control functions (for example,
gotoAndPlay()
or
stop()
), and network functions, such as
the
loadVariables()
and
loadMovie()
functions (Flash Lite 1.1 only). For a list of
unsupported Flash 4 ActionScript, see
“Flash 4 ActionScript not supported by Flash Lite 1.x
ActionScript” on page 6
.
Phone integration commands and properties
Flash Lite provides commands that let you,
for example, query the date and time information from the device, initiate a phone call or
short message service (SMS) text message, or start external applications installed on
the device.
Platform capability variables (Flash Lite 1.1 only)
These properties provide information
about the capabilities of the device or Flash Lite runtime environment. For example, the
_capLoadData
variable indicates if your application can load data over the network.
Summary of Contents for FLASH 8-LEARNING FLASH LITE 1.X ACTIONSCRIPT
Page 1: ...Learning Flash Lite 1 X ActionScript ...
Page 4: ...4 Contents ...
Page 8: ...8 About Flash Lite 1 x ActionScript ...