FlashBox.OnProgress

Syntax

Sub OnProgress(Sender: Object; Args: IFlashBoxProgressEventArgs);

Begin

//set of operators;

End Sub OnProgress;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnProgress event occurs when the Flash object is loaded.

See also:

FlashBox