IPrxFlash.DoFSCommandAction

Fore Syntax

DoFSCommandAction(Args: IPrxFlashFSCommandEventArgs);

Fore.NET Syntax

DoFSCommandAction(Prognoz.Platform.Interop.Report.PrxFlashFSCommandEventArgs);

Parameters

Args. Event arguments.

Description

The DoFSCommandAction method generates the FSCommand event for a Flash movie.

Comments

The method is used for software emulation of an action. To indicate the event handler, the SWF movie used by a Flash object should be generated specifically taking into account its work via FsCommand.

Example

The example of use is given for IPrxFlashFSCommandEventArgs.CreateArgs.

See also:

IPrxFlash