A-C > CustomActions.list |
![]() ![]() ![]() |
CustomActions.list
Availability
Flash Player 6.
Usage
CustomActions.list()
Parameters
None.
Returns
An array.
Description
Method; returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool. The elements of the array are simple names, without the .xml file extension, and without any directory separators ( for example, ":", "/", or "\"). If there are no registered custom actions, the list
method returns a zero-length array. If an error occurs, the list
method returns the value undefined
.
![]() ![]() ![]() |