Help us improve Softanics
We use analytics cookies to understand which pages and downloads are useful. No ads. Privacy Policy

F-IN-BOX functions

  • FPC_LoadRegisteredOCX - F-IN-BOX DLL extension: FPC_LoadRegisteredOCX. Load the system-registered Flash ActiveX control for use with F-IN-BOX windows in C/C++ apps. Learn more
  • FPC_LoadOCXCodeFromMemory - F-IN-BOX DLL extension: FPC_LoadOCXCodeFromMemory. Load Flash Player OCX code from a memory buffer without temp files or system registration. Learn more
  • FPC_UnloadCode - F-IN-BOX DLL extension: FPC_UnloadCode. Unload Flash Player ActiveX code previously loaded via LoadOCXCodeFromMemory or LoadRegisteredOCX. Learn more
  • FPC_GetClassAtom - F-IN-BOX DLL extension: FPC_GetClassAtom. Retrieve the window class atom registered after loading Flash ActiveX code for custom CreateWindow. Learn more
  • FPC_CreateWindow - F-IN-BOX DLL extension: FPC_CreateWindow. Create a host window for Flash Player ActiveX with full control over style, position, and parent HWND. Learn more
  • FPC_GetVersion - F-IN-BOX DLL extension: FPC_GetVersion. Retrieve the Flash Player ActiveX version used by a specific HFPC handle for feature gating in C/C++. Learn more
  • FPC_GetVersionEx - F-IN-BOX DLL extension: FPC_GetVersionEx. Retrieve detailed Flash Player version info (major, minor, build, revision) for an HFPC instance. Learn more
  • FPC_AddOnLoadExternalResourceHandler - F-IN-BOX DLL extension: FPC_AddOnLoadExternalResourceHandler. Register a handler to intercept Flash external resource loads by full path. Learn more
  • FPC_RemoveOnLoadExternalResourceHandler - F-IN-BOX DLL extension: FPC_RemoveOnLoadExternalResourceHandler. Unregister a resource handler using the cookie from the Add call. Learn more
  • FPC_SetSoundVolume - F-IN-BOX DLL extension: FPC_SetSoundVolume. Set playback volume for all Flash sounds on an HFPC instance from C/C++ or VB6 host applications. Learn more
  • FPC_GetSoundVolume - F-IN-BOX DLL extension: FPC_GetSoundVolume. Read the current Flash movie playback volume for an HFPC instance to sync UI sliders from C/C++. Learn more
  • FPC_EnableSound - F-IN-BOX DLL extension: FPC_EnableSound. Enable or disable all sound playback for Flash movies associated with a given HFPC instance in C/C++. Learn more
  • FPC_IsSoundEnabled - F-IN-BOX DLL extension: FPC_IsSoundEnabled. Query whether Flash movie sounds are currently enabled for a given HFPC handle in C/C++ or VB6. Learn more
  • FPCIsTransparentAvailable - F-IN-BOX DLL extension: FPCIsTransparentAvailable. Check if the system supports transparent layered windows for Flash-based UIs in C/C++ apps. Learn more
  • FPCIsFlashInstalled - F-IN-BOX DLL extension: FPCIsFlashInstalled. Check whether Flash Player ActiveX (flash.ocx) is installed on the system before creating windows. Learn more
  • FPCPutMovieFromResource - F-IN-BOX DLL extension: FPCPutMovieFromResource. Load a Flash SWF from an embedded application resource without creating temporary files. Learn more
  • FPCLoadMovieFromMemory - F-IN-BOX DLL extension: FPCLoadMovieFromMemory. Load a Flash SWF from a memory buffer into a specific layer without writing any temp files. Learn more
  • FPCPutMovieFromMemory - F-IN-BOX DLL extension: FPCPutMovieFromMemory. Load a Flash SWF directly from a raw memory buffer into the Flash Player control in C/C++ apps. Learn more
  • FPCLoadMovieFromResource - F-IN-BOX DLL extension: FPCLoadMovieFromResource. Load a Flash SWF from an embedded Win32 resource into a specific layer of the control. Learn more
  • GetInstalledFlashVersion - F-IN-BOX DLL extension: GetInstalledFlashVersion. Query the system-installed Flash Player ActiveX version for compatibility checks in C/C++. Learn more
  • GetInstalledFlashVersionEx - F-IN-BOX DLL extension: GetInstalledFlashVersionEx. Get detailed Flash Player version info (major, minor, build, revision) from C/C++ apps. Learn more
  • FPCSetEventListener - F-IN-BOX DLL extension: FPCSetEventListener. Register a callback for Flash notifications instead of processing WM_NOTIFY messages manually. Learn more
  • FPC_SetPreProcessURLHandler - F-IN-BOX DLL extension: FPC_SetPreProcessURLHandler. Intercept Flash URL requests before loading and modify or cancel them from C/C++ code. Learn more
  • FPC_SetSoundListener - F-IN-BOX DLL extension: FPC_SetSoundListener. Register a callback to receive raw Flash audio buffers and sound format details from C/C++ code. Learn more
  • RegisterFlashWindowClass - F-IN-BOX DLL extension: RegisterFlashWindowClass. Register the Flash window class using the system-installed Flash Player ActiveX in C/C++. Learn more
  • RegisterFlashWindowClassEx - F-IN-BOX DLL extension: RegisterFlashWindowClassEx. Register a Flash window class from OCX code in memory - no flash.ocx install required. Learn more
  • UnregisterFlashWindowClass - F-IN-BOX DLL extension: UnregisterFlashWindowClass. Unregister the Flash window class and free associated resources when shutting down. Learn more
  • GetUsingFlashVersion - F-IN-BOX DLL extension: GetUsingFlashVersion. Query the Flash Player version currently in use. Obsolete - use GetUsingFlashVersionEx instead. Learn more
  • GetUsingFlashVersionEx - F-IN-BOX DLL extension: GetUsingFlashVersionEx. Get the version of the Flash Player ActiveX currently loaded by the app, which may differ. Learn more
  • FPCSetAudioEnabled - F-IN-BOX DLL extension: FPCSetAudioEnabled. Enable or disable all sounds in Flash movies played by the control from C/C++ or VB6 applications. Learn more
  • FPCGetAudioEnabled - F-IN-BOX DLL extension: FPCGetAudioEnabled. Query whether Flash movie sounds are currently enabled for the Flash Player control in C/C++ apps. Learn more
  • FPCSetGlobalOnLoadExternalResourceHandler - F-IN-BOX DLL extension: FPCSetGlobalOnLoadExternalResourceHandler. Register a global handler to intercept Flash resource requests. Learn more
  • FPC_QueryInterface - F-IN-BOX DLL extension: FPC_QueryInterface. Call COM QueryInterface on the hosted Flash ActiveX control for advanced interface access from C/C++. Learn more
  • FPC_GetHFPC - F-IN-BOX DLL extension: FPC_GetHFPC. Retrieve the HFPC handle for any F-IN-BOX window to access Flash Player functions and send control messages. Learn more