- FixedGetInstalledFlashVersionEx returned incorrect version.
Changelog
Stay up to date — subscribe to the F-IN-BOX DLL Edition changelog feed
Latest release
Version 5.1 - Released February 5, 2021
2021
- FixedFailed to play flash movies after the Flash EOL date.
2018
- FixedFixed crash on freshest Windows 10 builds (1803 and later).
- FixedFixed crash on Windows 10 build 1709.
2016
- AddedImproved drawing demo label.
- FixedFixed crash if Flash 20.0.0.267 is used on Win 8.1.
- FixedFixed crash if Flash 20.0.0.267 is used.
2015
- FixedFixed crash if Flash 20.0.0.228 is used.
- FixedFixed crash if Flash 19.0.0.185 is used.
Version 4.0.1
- FixedFixed audio processing (Flash starts to use new functions to produce audio).
2014
Version 4.0
- AddedFlash 64-bit is supported.
2013
Version 3.5
- FixedFixed flash movies painting on Flash 11.9.
2012
Version 3.4.2.0
- FixedAudio volume couldn't be adjusted.
Version 3.4.1
- AddedNew functions to get Flash version: FPC_GetVersionEx(). FPC_GetVersion() is deprecated.
Version 3.4
- FixedF-IN-BOX might crash when some movies are being loaded.
Version 3.3.3.8
- FixedFixed drawing Flash 11 in transparent mode.
2010
Version 3.3.3.7
- FixedWM_MOUSEWHEEL was processed incorrectly in transparent mode.
2009
Version 3.3.3.6
- FixedFixed audio processing: it might crash.
Version 3.3.3.5
- FixedSymbols were entered twice when using Tablet PC Input Panel and inserting into text boxes.
Version 3.3.3.4
- FixedLabel "demo version" placed at the left-top corner; when centered it was impossible to work with Flash security dialog.
Version 3.3.3.3
- Fixedm_dwTotalTime was removed from Sample10_SoundRecorder; it's not necessary.
- FixedSample MFC/Sample10_SoundRecorder produced wrong WAV files.
- AddedNew F-IN-BOX window style: FPCS_OPAQUE.
Version 3.3.3.2
- FixedFPC_UnloadCode() crashed.
Version 3.3.3.1
- FixedFixed a small performance issue.
Version 3.3.3
- FixedOptimized memory usage.
Version 3.3.2
- FixedSetWindowsTextW didn't work correctly when called from Flash.
2008
Version 3.3.1
- FixedFixed handling of WM_IME_* messages.
Version 3.3
- AddedF-IN-BOX can load a Flash Video (FLV) using a relative path.
Version 3.2.1
- FixedHooked VirtualAlloc() to fix a crash with executables generated by VS 2008 and launched under Vista + Flash Player 9.
Version 3.2
- AddedDramatically improved repainting performance in transparent mode.
- AddedFullscreen mode is supported: AllowFullscreen.
- AddedNew function: FPC_QueryInterface.
- AddedNew function: FPC_GetHFPC.
2007
Version 3.1
- AddedSound capturing API: FPC_SetSoundListener.
- AddedURL preprocessing: FPC_SetPreProcessURLHandler.
Version 3.0
- AddedDeprecated some functions and added a few new ones.
- AddedSource code is fully compatible with VC++ 6 / 7.1 / 8.
2005
Version 2.0
- AddedTransparency is fully supported.
- AddedAbility to play Flash Video (FLV) directly from memory.
- AddedNew function: FPCIsTransparentAvailable.
- AddedNew function: FPCIsFlashInstalled.
- AddedNew function: FPCSetGlobalOnLoadExternalResourceHandler.
- AddedNew function: FPCLoadMovieFromMemory.
- AddedNew function: FPCPutMovieFromMemory.
- AddedNew function: FPCLoadMovieFromResource.
- AddedNew function: FPCPutMovieFromResource.
- AddedNew function: FPCSetEventListener.
Version 1.3
- AddedFlash 8 is supported.
Version 1.2
- AddedNew message: FPCM_GET_FRAME_BITMAP — create a bitmap from the current frame of a movie.
- AddedNew functions: FPCSetAudioEnabled / FPCGetAudioEnabled — enabling/disabling all Flash sounds.
- AddedNew messages: FPCM_PUT_STANDARD_MENU, FPCM_GET_STANDARD_MENU — enabling/disabling the standard Flash context menu.
2004
Version 1.1
- AddedFlash 3, 4, 5, 6, 7 are supported.
- AddedNew notification message: FPCN_LOADEXTERNALRESOURCE (sent when a movie tries to load an external resource using a relative path and the movie is loaded from memory).
- AddedNew functions: GetUsingFlashVersion and GetInstalledFlashVersion.
Version 1.0
- AddedFirst release.