F-IN-BOX DLL Edition Help >> Extensions >> Functions

FPC_SetPreProcessURLHandler

Syntax

[ C++ ]
typedef void (WINAPI *PPREPROCESSURLHANDLER)(HFPC hFPC, LPARAM lParam, LPWSTR* pszURL, BOOL* pbContinue);
DWORD WINAPI FPC_SetPreProcessURLHandler(HFPC hFPC, PPREPROCESSURLHANDLER pHandler, LPARAM lParam);

Description

A handler is called each time when flash calls something by URL (for example, when loads a movie, or when an user click to a link). You can stop the loading by setting *pbContinue = FALSE. Also you can replace passed URL by another URL: *pszURL = L"http://another_url"



Copyright © Softanics. All rights reserved.
F-IN-BOX is a trademark of Softanics.
Macromedia and Shockwave Flash are trademarks of Adobe