<?xml version="1.0" encoding="UTF-8"?>



<toolbox>

	<actionspanel>

		<folder name="全局函数" id="Actions" sort="false" tiptext="可添加到脚本中的函数">

			<folder name="时间轴控制" id="Movie Control" tiptext="控制影片播放的函数">

				<ifmode mode="SCRIPT_ASSIST_ON">

					<action id="goto" name="goto" tiptext="转到影片指定的帧" quickey="go"/>

				</ifmode>

				<ifmode mode="SCRIPT_ASSIST_OFF">

					<action name="gotoAndPlay" tiptext="转到指定帧并播放" helpid="x21C15" text="gotoAndPlay(% 帧 %);\n" text2="gotoAndPlay(% 场景, 帧 %);\n" quickey="gp"/>

					<action name="gotoAndStop" tiptext="转到指定帧并停止" helpid="x21C16" text="gotoAndStop(% 帧 %);\n" text2="gotoAndStop(% 场景, 帧 %);\n" quickey="gs"/>

					<action name="nextFrame" tiptext="转到下一帧" helpid="x21C17" text="nextFrame();\n" quickey="nf"/>

					<action name="prevFrame" tiptext="转到上一帧" helpid="x21C18" text="prevFrame();\n" quickey="pf"/>

					<action name="nextScene" tiptext="转到下一场景" helpid="x21C19" text="nextScene();\n" quickey="ns"/>

					<action name="prevScene" tiptext="转到前一场景" helpid="x21C1A" text="prevScene();\n" quickey="ps"/>

				</ifmode>

				<action id="play" name="play" tiptext="开始播放影片" helpid="x21C1B" text="play();\n" quickey="pl"/>

				<action id="stop" name="stop" tiptext="停止播放影片" helpid="x21C1C" text="stop();\n" quickey="st"/>

				<action id="stopAllSounds" name="stopAllSounds" tiptext="停止播放所有声音" helpid="x21C1D" text="stopAllSounds();\n" quickey="ss"/>

				<action id="ifFrameLoaded" name="ifFrameLoaded" tiptext="仅当加载特定帧时才执行动作" helpid="x21C3A" quickey="il" version="3"/>

			</folder>

			<folder name="浏览器/网络" id="Browser_Network" tiptext="控制 Web 浏览器和网络的函数">

				<action id="getURL" name="getURL" tiptext="通知 Web 浏览器定位到指定的 URL" helpid="x21C1E" text="getURL(% url, 窗口, 方法 %);\n" quickey="gu"/>

				<ifmode mode="SCRIPT_ASSIST_ON">

					<action id="loadMovie" name="loadMovie" tiptext="将 SWF 或 JPEG 文件从 URL 加载到影片剪辑中" helpid="x21C1F" text="loadMovie(% url, 目标, 方法 %);\n" quickey="lm" version="3"/>

					<action id="unloadMovie" name="unloadMovie" tiptext="卸载用 loadMovie 加载的影片剪辑" helpid="x21C20" text="unloadMovie(% 目标 %);\n" quickey="um" version="3"/>

					<action id="loadVariables" name="loadVariables" tiptext="从 URL 加载变量" helpid="x21C21" text="loadVariables(% url, 目标, 方法 %);\n" quickey="lv" version="4"/>

				</ifmode>

				<ifmode mode="SCRIPT_ASSIST_OFF">

					<action name="loadMovie" tiptext="将 SWF 或 JPEG 文件从 URL 加载到影片剪辑中" helpid="x21C22" text="loadMovie(% url, 目标, 方法 %);\n" quickey="lm" version="3"/>

					<action name="loadMovieNum" tiptext="将 SWF 或 JPEG 文件从 URL 加载到级别中" helpid="x21C23" text="loadMovieNum(% url, 级别, 方法 %);\n" quickey="ln" version="3"/>

					<action name="loadVariables" tiptext="从 URL 加载变量" helpid="x21C24" text="loadVariables(% url, 目标, 方法 %);\n" quickey="lv" version="4"/>

					<action name="loadVariablesNum" tiptext="将变量从 URL 加载到级别" helpid="x21C25" text="loadVariablesNum(% url, 级别, 方法 %);\n" quickey="vn" version="4"/>

					<action name="unloadMovie" tiptext="卸载用 loadMovie 加载的影片剪辑" helpid="x21C26" text="unloadMovie(% 目标 %);\n" quickey="um" version="3"/>

					<action name="unloadMovieNum" tiptext="卸载用 loadMovieNum 加载的影片剪辑" helpid="x21C27" text="unloadMovieNum(% 级别 %);\n" quickey="un" version="3"/>

				</ifmode>

			</folder>

			<folder name="影片剪辑控制" id="Movie Clip Control" tiptext="控制影片剪辑的函数">

				<action id="on" name="on" tiptext="当发生特定鼠标事件时执行动作" helpid="x21C28" text="on (% 事件 %) {\n}\n" codehint="false" quickey="on" version="3"/>

				<action id="setProperty" name="setProperty" tiptext="设置影片剪辑的属性" helpid="x21C29" text="setProperty(% 目标, 属性, 值 %);\n" quickey="sp" version="4"/>

				<action id="duplicateMovieClip" name="duplicateMovieClip" tiptext="复制影片剪辑" helpid="x21C2A" text="duplicateMovieClip(% 目标, 新名称, 深度 %);\n" quickey="dm" version="4"/>

				<action id="removeMovieClip" name="removeMovieClip" tiptext="删除用 duplicateMovieClip 创建的影片剪辑" helpid="x21C2B" text="removeMovieClip(% 目标 %);\n" quickey="rm" version="4"/>

				<action name="getProperty" tiptext="返回指定影片剪辑的属性" helpid="x21C2C" text="getProperty(% 目标, 属性 %)" version="4"/>

				<string name="set" tiptext="对变量分配值" helpid="x21C2D" text="set" version="4"/>

			</folder>

			<folder name="转换函数" id="Conversion Functions" tiptext="执行类型转换的函数" version="4">

				<string name="chr" tiptext="将 ASCII 码转换为字符" helpid="x21C46" text="chr(% ASCII 码 %)" version="4"/>

				<string name="int" tiptext="提取数字的整数部分" helpid="x21C4C" text="int(% 数字 %)" version="4"/>

				<string name="mbchr" tiptext="将 ASCII/S-JIS 代码转换为字符（识别多字节）" helpid="x21C4A" text="mbchr(% ASCII 码 %)" version="4"/>

				<string name="mbord" tiptext="将字符转换为 ASCII/S-JIS 代码（识别多字节）" helpid="x21C4B" text="mbord(% 字符 %)" version="4"/>

				<string name="ord" tiptext="将字符转换为 ASCII 码" helpid="x21C47" text="ord(% 字符 %)" version="4"/>

				<string name="Number" tiptext="将参数转换为数字类型" helpid="x21C2F" text="Number(% 表达式 %)" version="4"/>

				<string name="String" tiptext="将参数转换为字符串类型" helpid="x21C2E" text="String(% 表达式 %)" version="4"/>

			</folder>

			<folder name="其他函数" id="Miscellaneous Functions" tiptext="其他函数">

				<string name="eval" tiptext="返回由表达式指定的变量的值" helpid="x21C30" text="eval(% 变量 %)" version="4"/>

				<string name="getTimer" tiptext="影片开始播放以来经过的毫秒数" helpid="x21C31" text="getTimer()" version="4"/>

				<string name="length" tiptext="计算字符串的长度" helpid="x21C45" text="length(% 字符串 %)" version="4"/>

				<string name="mblength" tiptext="计算字符串的长度（识别多字节）" helpid="x21C49" text="mblength(% 字符串 %)" version="4"/>

				<string name="mbsubstring" tiptext="从字符串提取计数字符，从索引处的字符开始（识别多字节）" helpid="x21C48" text="mbsubstring(% 字符串, 索引, 数量 %)" version="4"/>

				<string name="random" tiptext="生成一个介于 0 与指定数字之间的随机数" helpid="x21C4D" text="random(% 数字 %)" version="4"/>

				<string name="substring" tiptext="从字符串提取计数字符，从索引处的字符开始" helpid="x21C44" text="substring(% 字符串, 索引, 数量 %)" version="4"/>

				<action id="trace" name="trace" tiptext="将消息发送到输出窗口" helpid="x21C32" text="trace(% 消息 %);\n" quickey="tr" version="4"/>

				<ifmode mode="SCRIPT_ASSIST_ON">

					<action id="comment" name="comment" tiptext="插入一条注释，帮助说明您的脚本" helpid="x21C33" text="// %%\n" quickey="//"/>

				</ifmode>

			</folder>

		</folder>

		<folder name="属性" tiptext="ActionScript 属性">

			<string name="_alpha" tiptext="Alpha 透明度（百分比）" helpid="x21CA1" text="._alpha" version="4"/>

			<string name="_currentframe" tiptext="返回播放头当前所在处的帧号" helpid="x21CA2" text="._currentframe" version="4"/>

			<string name="_focusrect" tiptext="如果 Tab 焦点矩形是隐藏的，则返回 False；如果为可见的，则返回 True" helpid="x21CA3" text="._focusrect" version="4"/>

			<string name="_framesloaded" tiptext="返回从流影片加载的帧数" helpid="x21CA4" text="._framesloaded" version="4"/>

			<string name="_height" tiptext="高" helpid="x21CA5" text="._height" version="4"/>

			<string name="_highquality" tiptext="如果为低品质，则返回 False，如果为高品质，则返回 True" helpid="x21CA6" text="._highquality" version="4"/>

			<string name="_level" tiptext="返回编号的层级" helpid="x21CA7" text="._level" version="4"/>

			<string name="maxscroll" tiptext="文本字段中 .scroll 的最大值" helpid="x21CA8" text=".maxscroll" version="4"/>

			<string name="_name" tiptext="实例名称" helpid="x21CA9" text="._name" version="4"/>

			<string name="_rotation" tiptext="旋转角度（度）" helpid="x21CAA" text="._rotation" version="4"/>

			<string name="scroll" tiptext="文本字段中第一个可见行的索引" helpid="x21CAB" text=".scroll" version="4"/>

			<string name="_target" tiptext="目标路径" helpid="x21CAC" text="._target" version="4"/>

			<string name="_totalframes" tiptext="返回影片中的总帧数" helpid="x21CAD" text="._totalframes" version="4"/>

			<string name="_visible" tiptext="如果按钮是可见的，则返回 True；如果按钮是隐藏的，则返回 False" helpid="x21CAE" text="._visible" version="4"/>

			<string name="_width" tiptext="宽" helpid="x21CAF" text="._width" version="4"/>

			<string name="_x" tiptext="X 位置" helpid="x21CB0" text="._x" version="4"/>

			<string name="_xscale" tiptext="X 缩放因子（百分比）" helpid="x21CB1" text="._xscale" version="4"/>

			<string name="_y" tiptext="Y 位置" helpid="x21CB2" text="._y" version="4"/>

			<string name="_yscale" tiptext="Y 缩放因子（百分比）" helpid="x21CB3" text="._yscale" version="4"/>

		</folder>

		<folder name="语句" tiptext="ActionScript 语句关键字">

			<action id="call" name="call" tiptext="调用指定帧的子例程" helpid="x21C36" text="call (% 帧 %);\n" quickey="ca" version="4"/>

			<action id="toggleHighQuality" name="toggleHighQuality" tiptext="在低品质和高品质之间进行切换" helpid="x21C38" quickey="tq"/>

			<action id="tellTarget" name="tellTarget" tiptext="在 tellTarget 中，动作对目标影片剪辑进行操作" helpid="x21C39" quickey="tt" version="3"/>

			<folder name="条件/循环" id="Conditions_Loops" tiptext="条件语句和循环构造">

				<action id="if" name="if" tiptext="如果条件为 True，则执行动作" helpid="x21C3B" text="if (% 条件 %) {\n}\n" quickey="if" version="4"/>

				<action id="else" name="else" tiptext="在 if 内, 如果条件为 False，则执行动作" helpid="x21C3C" text="} else {\n" quickey="el" version="4"/>

				<action id="else if" name="else if" tiptext="在 if 内, 如果备用条件为 True，则执行动作" helpid="x21C3D" text="} else if (% 条件 %) {\n" quickey="ei" version="4"/>

				<action id="while" name="while" tiptext="当条件为 True 时执行动作。" helpid="x21C3E" text="while (% 条件 %) {\n}\n" quickey="wh" version="4"/>

				<action id="break" name="break" tiptext="中断退出封闭循环" helpid="x21C3F" text="break;\n" quickey="br" version="4"/>

				<action id="continue" name="continue" tiptext="从封闭循环开始处继续执行" helpid="x21C40" text="continue;\n" quickey="co" version="4"/>

				<action id="do while" name="do while" tiptext="do while 循环" helpid="x21C41" text="do {\n} while (% 条件 %);\n" quickey="do" version="4"/>

				<action id="for" name="for" tiptext="for 循环" helpid="x21CB8" text="for (% 初始值；条件；下一个 %) {\n}\n" quickey="fr" version="4"/>

				<ifdef mode="FEATURE_SWITCH_AND_STRICT_EQUALITY">

					<action id="switch" name="switch" tiptext="根据条件执行代码块" helpid="x21C42" text="switch (% 条件 %) {\n}\n" quickey="sw" version="4"/>

					<action id="case" name="case" tiptext="标识 'switch' 语句中的代码块" helpid="x21C43" text="case condition :\n" quickey="ce" version="4"/>

				</ifdef>

			</folder>

		</folder>

		<folder name="运算符" id="Operators" tiptext="在表达式中使用的运算符" version="4">

			<!--Bitwise operators are a subcategory of Operators-->

			<!--Assignment operators are a subcategory of Operators-->

			<string name="&quot;&quot;" tiptext="在表达式中的字符串两边加双引号" helpid="x21C4E" text="&quot;%%&quot;" version="4"/>

			<string name="()" tiptext="使用括号组合表达式，如 (x+y)*z" helpid="x21CB5" text="(%%)" version="4"/>

			<folder name="算术运算符" id="Arithmetic Operators" tiptext="执行算术运算的运算符" version="4">

				<string name="+" tiptext="将数字相加" helpid="x21C50" text="+" version="4"/>

				<string name="++" tiptext="递增变量。示例：x++、++y" helpid="x21C68" text="++" version="4"/>

				<string name="-" tiptext="将数字相减" helpid="x21C51" text="-" version="4"/>

				<string name="--" tiptext="递减变量。示例：x--、--y" helpid="x21C69" text="--" version="4"/>

				<string name="*" tiptext="将数字相乘" helpid="x21C52" text="*" version="4"/>

				<string name="/" tiptext="将第一个数字除以第二个数字" helpid="x21C53" text="/" version="4"/>

				<string name="%" tiptext="计算 x 除以 y 的余数" helpid="x21C54" text="%" version="4"/>

			</folder>

			<folder name="比较运算符" id="Comparison Operators" tiptext="执行比较的运算符" version="4">

				<string name="==" tiptext="测试是否相等" helpid="x21CBB" text="==" version="4"/>

				<string name="&lt;&gt;" tiptext="测试是否不等" helpid="x21CBC" text="&lt;&gt;" version="4"/>

				<string name="&lt;" tiptext="小于" helpid="x21C55" text="&lt;" version="4"/>

				<string name="&gt;" tiptext="大于" helpid="x21C56" text="&gt;" version="4"/>

				<string name="&lt;=" tiptext="小于或等于" helpid="x21C57" text="&lt;=" version="4"/>

				<string name="&gt;=" tiptext="大于或等于" helpid="x21C58" text="&gt;=" version="4"/>

				<string name="ge" tiptext="大于或等于（字符串）" helpid="x21CB4" text="ge" version="4"/>

				<string name="gt" tiptext="大于（字符串）" helpid="x21C59" text="gt" version="4"/>

				<string name="eq" tiptext="测试是否相等（字符串）" helpid="x21C5A" text="eq" version="4"/>

				<string name="le" tiptext="小于或等于（字符串）" helpid="x21C5B" text="le" version="4"/>

				<string name="ne" tiptext="测试是否不等（字符串）" helpid="x21C5C" text="ne" version="4"/>

				<string name="lt" tiptext="小于（字符串）" helpid="x21C5D" text="lt" version="4"/>

			</folder>

			<folder name="逻辑运算符" id="Logical Operators" tiptext="执行逻辑运算的运算符" version="4">

				<string name="&amp;&amp;" tiptext="短路逻辑 AND 运算符" helpid="x21C5E" text="&amp;&amp;" version="4"/>

				<string name="||" tiptext="短路逻辑 OR 运算符" helpid="x21C5F" text="||" version="4"/>

				<string name="!" tiptext="逻辑 NOT 运算符" helpid="x21C60" text="!" version="4"/>

				<string name="and" tiptext="逻辑 AND" helpid="x21C35" text="and" version="4"/>

			</folder>

			<folder name="赋值" id="Assignment" tiptext="执行变量赋值的运算符" version="4">

				<string name="=" tiptext="将 B 的值存储在 A 中" helpid="x21C61" text="=" version="4"/>

				<string name="+=" tiptext="将 A + B 的和存储在 A 中" helpid="x21C62" text="+=" version="4"/>

				<string name="-=" tiptext="将 A - B 的值存储在 A 中" helpid="x21C63" text="-=" version="4"/>

				<string name="*=" tiptext="将 A * B 的值存储在 A 中" helpid="x21C64" text="*=" version="4"/>

				<string name="/=" tiptext="将 A / B 的商存储在 A 中" helpid="x21C65" text="/=" version="4"/>

				<string name="%=" tiptext="将 A % B 的余数存储在 A 中" helpid="x21C66" text="%=" version="4"/>

			</folder>

			<folder name="其他运算符" id="Miscellaneous Operators" tiptext="其他运算符" version="4">

				<string name="add" tiptext="将字符串连接在一起" helpid="x21C34" text="add" version="4"/>

				<string name="?:" tiptext="条件运算符。示例：a ? b :c" helpid="x21C67" text="condition ? trueExpression : falseExpression" version="4"/>

			</folder>

		</folder>

		<folder name="Flash Lite 动作" id="Flash Lite Actions" index="true" tiptext="用于 Flash Lite 1.1 的自定义动作" helpid="x20000" version="4">

			<folder name="FSCommand2" id="FSCommand2" sort="false" index="true" tiptext="用于访问移动电话的功能" helpid="x21C6A" version="4">

				<string name="Escape" tiptext="以 URL 格式编码字符串" helpid="x21C6B" text="fscommand2(&quot;Escape&quot;% , original , encoded %);\n" type="keyFirstArg" version="4"/>

				<string name="FullScreen" tiptext="设置用于呈现的显示区域大小" helpid="x21C6C" text="fscommand2(&quot;FullScreen&quot;% , boolean %);\n" type="keyFirstArg" version="4"/>

				<string name="GetBatteryLevel" tiptext="返回当前电池电量" helpid="x21C6D" text="fscommand2(&quot;GetBatteryLevel&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetDateDay" tiptext="返回当前日期的日" helpid="x21C6F" text="fscommand2(&quot;GetDateDay&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetDateMonth" tiptext="返回当前日期的月份" helpid="x21C6E" text="fscommand2(&quot;GetDateMonth&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetDateWeekday" tiptext="返回当前日期的日名称的数值" helpid="x21C70" text="fscommand2(&quot;GetDateWeekday&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetDateYear" tiptext="返回当前日期的年份的数值" helpid="x21C71" text="fscommand2(&quot;GetDateYear&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetDevice" tiptext="标识运行 Flash 的移动电话" helpid="x21C72" text="fscommand2(&quot;GetDevice&quot;% , &quot;device&quot;%);\n" type="keyFirstArg" version="4"/>

				<string name="GetDeviceID" tiptext="设置表示移动电话的唯一标识符的参数" helpid="x21C73" text="fscommand2(&quot;GetDeviceID&quot;% , &quot;id&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetFreePlayerMemory" tiptext="返回可用于 Flash Lite 的内存数量，以千字节为单位" helpid="x21C74" text="fscommand2(&quot;GetFreePlayerMemory&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetLanguage" tiptext="设置标识移动电话所用语言的参数" helpid="x21C75" text="fscommand2(&quot;GetLanguage&quot;% , &quot;language&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetLocaleLongDate" tiptext="将参数设置为以长格式表示当前日期的字符串" helpid="x21C76" text="fscommand2(&quot;GetLocaleLongDate&quot;% , &quot;longdate&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetLocaleShortDate" tiptext="将参数设置为以缩略格式表示当前日期的字符串" helpid="x21C77" text="fscommand2(&quot;GetLocaleShortDate&quot;% , &quot;shortdate&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetLocaleTime" tiptext="将参数设置为表示当前时间的字符串" helpid="x21C78" text="fscommand2(&quot;GetLocaleTime&quot;% , &quot;time&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetMaxBatteryLevel" tiptext="返回当前电池电量" helpid="x21C79" text="fscommand2(&quot;GetMaxBatteryLevel&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetMaxSignalLevel" tiptext="返回最大信号强度层级" helpid="x21C7A" text="fscommand2(&quot;GetMaxSignalLevel&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetMaxVolumeLevel" tiptext="返回移动电话的最大音量层级" helpid="x21C7B" text="fscommand2(&quot;GetMaxVolumeLevel&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetNetworkConnectStatus" tiptext="返回表示当前网络连接状态的值" helpid="x21C7C" text="fscommand2(&quot;GetNetworkConnectStatus&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetNetworkName" tiptext="将参数设置为当前网络的名称" helpid="x21C7D" text="fscommand2(&quot;GetNetworkName&quot;% , &quot;networkname&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetNetworkRequestStatus" tiptext="返回表示最近 HTTP 请求状态的值" helpid="x21C7E" text="fscommand2(&quot;GetNetworkRequestStatus&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetNetworkStatus" tiptext="返回表示电话的网络状态的值" helpid="x21C7F" text="fscommand2(&quot;GetNetworkStatus&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetPlatform" tiptext="标识当前平台" helpid="x21C80" text="fscommand2(&quot;GetPlatform&quot;% , &quot;platform&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetPowerSource" tiptext="返回表示电源是电池还是外接电源的值" helpid="x21C81" text="fscommand2(&quot;GetPowerSource&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetSignalLevel" tiptext="返回当前信号强度" helpid="x21C82" text="fscommand2(&quot;GetSignalLevel&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetTimeHours" tiptext="返回当前时间的小时数，使用 24 小时制时钟" helpid="x21C83" text="fscommand2(&quot;GetTimeHours&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetTimeMinutes" tiptext="返回当前时间的分钟数" helpid="x21C84" text="fscommand2(&quot;GetTimeMinutes&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetTimeSeconds" tiptext="返回当前时间的秒钟数" helpid="x21C85" text="fscommand2(&quot;GetTimeSeconds&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetTimeZoneOffset" tiptext="设置一个比较当前时区与 UTC 的参数" helpid="x21C86" text="fscommand2(&quot;GetTimeZoneOffset&quot;% , &quot;timezoneoffset&quot; %);\n" type="keyFirstArg" version="4"/>

				<string name="GetTotalPlayerMemory" tiptext="返回总计内存量，以千字节为单位" helpid="x21C87" text="fscommand2(&quot;GetTotalPlayerMemory&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="GetVolumeLevel" tiptext="返回移动电话的当前音量层级" helpid="x21C88" text="fscommand2(&quot;GetVolumeLevel&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="ResetSoftKeys" tiptext="将软键重置为其原设置" helpid="x21C89" text="fscommand2(&quot;ResetSoftKeys&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="SetInputTextType" tiptext="指定用于打开输入文本字段的模式" helpid="x21C8A" text="fscommand2(&quot;SetInputTextType&quot;% , variableName , type %);\n" type="keyFirstArg" version="4"/>

				<string name="SetQuality" tiptext="设置动画呈现的质量" helpid="x21C8B" text="fscommand2(&quot;SetQuality&quot;% , quality %);\n" type="keyFirstArg" version="4"/>

				<string name="SetSoftKeys" tiptext="用于重新映射移动电话的左右软键" helpid="x21C8C" text="fscommand2(&quot;SetSoftkeys&quot;% , left , right %);\n" type="keyFirstArg" version="4"/>

				<string name="StartVibrate" tiptext="启动电话的振动功能" helpid="x21C8D" text="fscommand2(&quot;StartVibrate&quot;% , time_on , time_off , repeat %);\n" type="keyFirstArg" version="4"/>

				<string name="StopVibrate" tiptext="停止电话的振动功能" helpid="x21C8E" text="fscommand2(&quot;StopVibrate&quot;);\n" type="keyFirstArg" version="4"/>

				<string name="Unescape" tiptext="解码 URL 格式的字符串" helpid="x21C8F" text="fscommand2(&quot;Unescape&quot;% , original , encoded %);\n" type="keyFirstArg" version="4"/>

				<string name="Quit" tiptext="使 Flash Lite 停止回放并退出" helpid="x21C90" text="fscommand2(&quot;Quit&quot;);\n" type="keyFirstArg" version="4"/>

			</folder>

			<folder name="FSCommand" id="FlashLite2" index="true" tiptext="用于访问移动电话的功能" helpid="x21C9E" version="4">

				<action id="FSCommand" name="Launch" tiptext="在移动电话上启动另一个应用程序" helpid="x21C91" text="fscommand( &quot;Launch&quot;% , &quot;应用程序路径,参量 1,参量 2,...,参量 n&quot; %);\n" version="4"/>

			</folder>

			<folder name="Capabilities" id="FlashLite3" index="true" tiptext="用于检测移动电话的性能" helpid="x21C92" version="4">

				<string name="_capCompoundSound" tiptext="表明 Flash Lite 是否能处理复合声音数据" helpid="x21C93" text="_capCompoundSound;\n" version="4"/>

				<string name="_capEmail" tiptext="表明 Flash Lite 是否能发送电子邮件" helpid="x21C94" text="_capEmail;\n" version="4"/>

				<string name="_capMMS" tiptext="表明 Flash Lite 是否能发送 MMS 消息" helpid="x21C95" text="_capMMS;\n" version="4"/>

				<string name="_capSMS" tiptext="表明 Flash Lite 是否能发送 SMS 消息" helpid="x21C96" text="_capSMS;\n" version="4"/>

				<string name="_capMFi" tiptext="表明设备是否能播放 MFi 声音" helpid="x21C97" text="_capMFi;\n" version="4"/>

				<string name="_capMIDI" tiptext="表明设备是否能播放 MIDI 声音" helpid="x21C98" text="_capMIDI;\n" version="4"/>

				<string name="_capSMAF" tiptext="表明设备是否能播放 SMAF 声音" helpid="x21C99" text="_capSMAF;\n" version="4"/>

				<string name="_capMP3" tiptext="表明设备是否能播放 MP3 声音" helpid="x21C9A" text="_capMP3;\n" version="4"/>

				<string name="_capStreamSound" tiptext="表明设备是否能播放流声音" helpid="x21C9B" text="_capStreamSound;\n" version="4"/>

				<string name="_capLoadData" tiptext="表明主机应用程序是否能动态加载数据" helpid="x21C9C" text="_capLoadData;\n" version="4"/>

				<string name="_cap4WayKeyAS" tiptext="表明 Flash Lite 是否执行与方向键相连的 ActionScript" helpid="x21C9D" text="_cap4WayKeyAS;\n" version="4"/>

				<string name="$version" tiptext="包含 Flash Lite 的版本号" helpid="x21C9F" text="$version;\n" version="4"/>

			</folder>

		</folder>

	</actionspanel>

	<colorsyntax>

		<identifier text="_capCompoundSound"/>

		<identifier text="_capEmail"/>

		<identifier text="_capMMS"/>

		<identifier text="_capSMS"/>

		<identifier text="_capMFi"/>

		<identifier text="_capMIDI"/>

		<identifier text="_capSMAF"/>

		<identifier text="_capMP3"/>

		<identifier text="_capStreamSound"/>

		<identifier text="_capLoadData"/>

		<identifier text="_cap4WayKeyAS"/>

		<identifier text="$version"/>

		<identifier text="fscommand2"/>

	</colorsyntax>

</toolbox>