CustomActions.get()

Availability

Flash Player 6.

Usage

CustomActions.get(customActionsName)

Parameters

customActionsName The name of the custom action definition to retrieve.

Returns

If the custom action XML definition is located, returns a string; otherwise, returns undefined.

Description

Method; reads the contents of the custom action XML definition file named customActionsName.

The name of the definition file must be a simple filename, without the .xml file extension, and without any directory separators (':', '/' or '\').

If the definition file specified by the customActionsName cannot be found, a value of undefined is returned. If the custom action XML definition specified by the customActionsName parameter is located, it is read in its entirety and returned as a string.