F-IN-BOX Delphi Edition Help >> TFlashPlayerControl / TTransparentFlashPlayerControl >> Globals

SetGlobalOnLoadExternalResourceHandlerAsync

Syntax

[ Delphi ]
TFlashPlayerControlOnGlobalLoadExternalResourceAsync = procedure(const Path: WideString; out Stream: TStream) of object;

procedure SetGlobalOnLoadExternalResourceHandlerAsync(Handler: TFlashPlayerControlOnGlobalLoadExternalResourceAsync);

[ Builder C++ ]
typedef void __fastcall (__closure *TFlashPlayerControlOnGlobalLoadExternalResourceAsync)(
   const System::WideString Path, 
   /* out */ Classes::TStream* &Stream);

void __fastcall SetGlobalOnLoadExternalResourceHandlerAsync(TFlashPlayerControlOnGlobalLoadExternalResourceAsync Handler);

Description

Set a handler that is called when flash loads a Flash Video (FLV) using a relative path, e.g. "C:/flashvideo.flv".


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.