OnFlashCall
Syntax
Delphi
TFlashPlayerControlFlashCall = procedure(ASender: TObject; const request: WideString) of object;
OnFlashCall: TFlashPlayerControlFlashCall;
C++Builder
typedef void __fastcall (__closure *TFlashPlayerControlFlashCall)(
System::TObject* ASender,
const System::WideString request);
Description
This event is triggered when the Flash ActiveX event OnFlashCall is raised.
See more: Flash External API.