Flash Lite 1.x ActionScript 概述

Flash Lite 1.x ActionScript 由以下几部分组成:

Flash Player 4 ActionScript 其中包括运算符(如比较运算符和赋值运算符)、影片剪辑属性(如 _height_x_y)、时间轴控制函数(如 gotoAndPlay()stop())和网络函数(如 loadVariables()loadMovie() 函数)(仅限 Flash Lite 1.1)。若要查看不受支持的 Flash 4 ActionScript 的列表,请参见不受 Flash Lite 1.x ActionScript 支持的 Flash 4 ActionScript

电话集成命令和属性 Flash Lite 提供了一些命令,例如,其中某些命令可用于查询设备的日期和时间信息、启动电话或短消息服务 (SMS) 文本消息,或者启动安装在设备上的外部应用程序。

平台功能变量(仅限 Flash Lite 1.1) 这些属性提供了有关设备功能或 Flash Lite 运行时环境的信息。例如,_capLoadData 变量指示应用程序是否可以通过网络加载数据。

fscommand2() 函数 与 fscommand() 函数一样,您可以使用 fscommand2() 来与主机环境或系统(此时指移动电话或设备)通信。fscommand2() 函数提供了 fscommand() 的增强功能,包括传递任意数量的参数和检索即时返回值(而不必像 fscommand() 那样必须等到下一帧)的功能。