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 © 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.