![]() ![]() | |
Flash Player 6.
CustomActions.get(customActionsName)
customActionsName The name of the custom action definition to retrieve.
If the custom action XML definition is located, returns a string; otherwise, returns undefined.
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.
![]() ![]() | |