IPrxFlashCallEventArgs.Arguments

Fore Syntax

Arguments: Array;

Fore.NET Syntax

Arguments: System.Array;

Description

The Arguments property returns an array of arguments passed to the function when it is called from a Flash movie.

Comments

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.

Fore and Fore.NET Examples

The example of use is given on the page with description of the FlashCallAction property.

See also:

IPrxFlashCallEventArgs