F-IN-BOX Delphi Edition Help >> TFlashPlayerControl / TTransparentFlashPlayerControl >> Events >> Native events

OnReadyStateChange

Syntax

[ Delphi ]
type TFlashPlayerControlOnReadyStateChange = procedure(ASender: TObject; newState: Integer) of object; 
property OnReadyStateChange: TFlashPlayerControlOnReadyStateChange;

[ Builder C++ ]
typedef void __fastcall (__closure *TFlashPlayerControlOnReadyStateChange)
   (System::TObject* ASender, int newState);

Description

Generated when the ready state of the control changes. The possible states are 0=Loading, 1=Uninitialized, 2=Loaded, 3=Interactive, 4=Complete.


More about TFlashPlayerControl
Copyright © Softanics. All rights reserved
F-IN-BOX is a registered trademark of Softanics|Delphi is a trademark of Borland Software Corporation|Macromedia and Shockwave Flash are trademarks of Adobe, Inc.