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

OnFlashCall

Syntax

[ Delphi ]
TFlashPlayerControlFlashCall = procedure(ASender: TObject; const request: WideString) of object;
OnFlashCall: TFlashPlayerControlFlashCall;

[ Builder C++ ]
typedef void __fastcall (__closure *TFlashPlayerControlFlashCall)
   (System::TObject* ASender, const System::WideString request);

Description

This event is called when ActionScript code calls flash.external.ExternalInterface.call(). For more information see Features Don't free TFlashPlayerControl / TTransparentFlashPlayerControl instance in the handle of the event. Create a timer with a small period to perform an action or use WinApi PostMessage.


More about TFlashPlayerControl
Copyright © 2004 - 2008 Softanics. All rights reserved.
Delphi is a trademark of Borland Software Corporation.
Macromedia and Shockwave Flash are trademarks of Macromedia, Inc.