IPrxFlash.DoFlashCallAction

Fore Syntax

DoFlashCallAction(Arg: IPrxFlashCallEventArgs);

Fore.NET Syntax

DoFlashCallAction(Prognoz.Platform.Interop.Report.PrxFlashCallEventArgs);

Parameters

Arg. Event arguments.

Description

The DoFlashCallAction method generates the ExternalInterface event for a Flash movie.

Comments

The method is used for software emulation of an action. An SWF movie used by a Flash object should be generated specifically taking into account its work via ExternalInterface.

Example

The example of use is given for IPrxFlashCallEventArgs.CreateArgs.

See also:

IPrxFlash