FlashBox.OnReadyStateChange

Syntax

Sub OnReadyStateChange(Sender: Object; Args: IFlashBoxReadyStateChangeEventArgs);

Begin

//set of operators;

End Sub OnReadyStateChange;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnReadyStateChange event occurs when the Flash object readiness is changed.

See also:

FlashBox