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

OnUnloadExternalResourceAsync

Syntax

[ Delphi ]
TFlashPlayerControlOnUnloadExternalResourceAsync = procedure(ASender: TObject; Stream: TStream) of object;
OnUnloadExternalResourceAsync: TFlashPlayerControlOnUnloadExternalResourceAsync;

[ Builder C++ ]
typedef void __fastcall (__closure *TFlashPlayerControlOnUnloadExternalResourceAsync)
   (System::TObject* ASender, TStream* Stream);

Description

The event is called before Stream.Free, where Stream is a TStream, which was returned from a handler of OnLoadExternalResourceAsync


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.