Arguments: Array;
Arguments: System.Array;
The Arguments property returns an array of arguments passed to the function when it is called from a Flash movie.
The list may include arguments of the following types: number (decimal number), logical, array, or string. An array may contain an embedded collection of parameters of other types. Arguments of the object type passed to function call in a Flash movie are converted into string type.
The example of use is given on the page with description of the FlashCallAction property.
See also: