FPC_LoadRegisteredOCX - Loads the Flash ActiveX control registered in the system for use with F-IN-BOX. Learn more
FPC_LoadOCXCodeFromMemory - Loads Flash Player ActiveX (OCX) code directly from memory and registers the F-IN-BOX window class without using temporary files. Learn more
FPC_UnloadCode - Unloads Flash Player ActiveX (OCX) code previously loaded with F-IN-BOX. Learn more
FPC_GetClassAtom - Retrieves the window class atom registered by F-IN-BOX after loading Flash Player ActiveX code. Learn more
FPC_CreateWindow - Creates an F-IN-BOX window for hosting Flash Player ActiveX. Learn more
FPC_GetVersion - Retrieves the Flash Player ActiveX version used by the specified HFPC handle. Learn more
FPC_GetVersionEx - Retrieves detailed version information for the Flash Player ActiveX used by the specified HFPC handle. Learn more
FPC_AddOnLoadExternalResourceHandler - Registers a handler that intercepts external resource loading requests in Flash movies by full path, allowing applications to provide content directly. Learn more
FPC_RemoveOnLoadExternalResourceHandler - Removes a previously registered external resource handler using the cookie returned by FPC_AddOnLoadExternalResourceHandler. Learn more
FPC_SetSoundVolume - Sets the playback volume for all Flash sounds associated with the specified HFPC handle. Learn more
FPC_GetSoundVolume - Retrieves the current playback volume for Flash sounds associated with the specified HFPC handle. Learn more
FPC_EnableSound - Enables or disables sound playback for Flash movies associated with the specified HFPC handle. Learn more
FPC_IsSoundEnabled - Determines whether Flash sounds are currently enabled for the specified HFPC instance. Learn more
FPCIsTransparentAvailable - Checks whether transparency support for Flash-based windows is available on the current system. Learn more
FPCIsFlashInstalled - Checks whether Adobe/Macromedia Flash Player ActiveX (swflash.ocx/flash.ocx) is installed on the system. Learn more
FPCPutMovieFromResource - Loads a Flash movie directly from a resource in the application without creating temporary files. Learn more
FPCLoadMovieFromMemory - Loads a Flash movie directly from a memory buffer into the specified layer of the Flash Player control. Learn more
FPCPutMovieFromMemory - Loads a Flash movie directly from a memory buffer into the Flash Player control. Learn more
FPCLoadMovieFromResource - Loads a Flash movie from a resource into the specified layer of the Flash Player control. Learn more
GetInstalledFlashVersion - Retrieves the version of Adobe Flash Player ActiveX installed on the system. Learn more
GetInstalledFlashVersionEx - Retrieves the version of Adobe Flash Player ActiveX installed on the system and provides detailed version information. Learn more
FPCSetEventListener - Registers a callback function to handle Flash Player Control notifications instead of processing WM_NOTIFY messages directly. Learn more
FPC_SetPreProcessURLHandler - Registers a callback handler that is invoked before Flash loads a resource or navigates to a URL, allowing modification or cancellation of the request. Learn more
FPC_SetSoundListener - Registers a callback handler that is invoked whenever Flash outputs audio, giving access to raw sound buffers and format details. Learn more
RegisterFlashWindowClass - Registers the Flash window class using the Flash Player ActiveX installed in the system. For custom loading from memory, use RegisterFlashWindowClassEx. Learn more
RegisterFlashWindowClassEx - Registers a window class for Flash ActiveX using control code provided in memory, without requiring installation or registration of flash.ocx. Learn more
UnregisterFlashWindowClass - Unregisters the Flash window class Learn more
GetUsingFlashVersion - Retrieves the version of Flash Player ActiveX currently in use. This function is obsolete; use GetUsingFlashVersionEx instead. Learn more
GetUsingFlashVersionEx - Retrieves the version of the Flash Player ActiveX control currently being used by the application, which may differ from the installed version. Learn more
FPCSetAudioEnabled - Enables or disables all sounds in Flash movies played by the control. Learn more
FPCGetAudioEnabled - Retrieves whether Flash sounds are currently enabled for the control. Learn more
FPCSetGlobalOnLoadExternalResourceHandler - Registers a global handler to intercept and provide external resources (e.g., FLV, images, XML) requested by Flash movies. Learn more
FPC_QueryInterface - Calls QueryInterface on the hosted Flash ActiveX control. Learn more
FPC_GetHFPC - Retrieves the HFPC handle associated with a specific f-in-box window. Learn more