CustomActions.uninstall
类型:对象方法
适用环境:Flash MX 或更新版本
语法:CustomActions.uninstall(customActionsName)
参数:customActionsName:字符串值,表示要卸载的用户自定义 Actions 脚本文件名。
返回:一个逻辑值
介绍:使用 CustomActions 对象的 uninstall 方法,可以卸载指定的用户自定义 Actions 脚本。参数(customActionsName)指定要卸载的用户自定义 Actions 脚本文件名,该文件名不需要填写 ".xml" 的后缀,并且该文件必须存放于 Macromedia Flash MX 指定的 Configuration/ActionsPanel/CustomActions  目录下。返回的逻辑值,表示卸载是否成功,返回 true 表示卸载成功,返回 false 表示卸载失败。