CustomActions.uninstall()

可用性

Flash Player 6。

用法

CustomActions.uninstall(customActionsName)

参数

customActionsName 要卸载的自定义动作定义的名称。

返回

如果没有找到名为 customActionsName 的任何自定义动作,则返回布尔值 false。如果自定义动作被成功删除,则返回值 true

说明

方法;删除名为 customActionsName 的自定义动作 XML 定义文件。

定义文件的名称必须是简单文件名,没有 .xml 文件扩展名,也没有任何目录分隔符(“:”、“/”或“\”)。