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

OnPreProcessURL

Syntax

[ Delphi ]
TFlashPlayerControlOnGlobalPreProcessURL = procedure(var URL: WideString; out Continue: boolean) of object; 
procedure SetGlobalPreProcessURLHandler(Handler: TFlashPlayerControlOnGlobalPreProcessURL);

[ Builder C++ ]
typedef void __fastcall (__closure *TFlashPlayerControlOnGlobalPreProcessURL)
   (System::WideString &URL, /* out */ bool &Continue);
void __fastcall SetGlobalPreProcessURLHandler(TFlashPlayerControlOnGlobalPreProcessURL Handler);

Description

The event is called when flash tries to load something by URL, or an user clicks to a link inside a flash movie. You can cancel the loading or change passed URL.


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.