Changelog

Latest release
Version 5.1 - Released February 5, 2021
Download version 5.1

2021

Version 5.1

February 5, 2021
  • FixedGetInstalledFlashVersionEx returned incorrect version.

Version 5

January 19, 2021
  • FixedFailed to play flash movies after the Flash EOL date.

2018

Version 4.5

June 5, 2018
  • FixedFixed crash on freshest Windows 10 builds (1803 and later).
  • FixedFixed crash on Windows 10 build 1709.

2016

Version 4.4.1

January 4, 2016
  • AddedImproved drawing demo label.

Version 4.4

January 4, 2016
  • FixedFixed crash if Flash 20.0.0.267 is used on Win 8.1.

Version 4.3

January 2, 2016
  • FixedFixed crash if Flash 20.0.0.267 is used.

2015

Version 4.2

December 30, 2015
  • FixedFixed crash if Flash 20.0.0.228 is used.

Version 4.1

September 28, 2015
  • FixedFixed crash if Flash 19.0.0.185 is used.

Version 4.0.1

April 15, 2015
  • FixedFixed audio processing (Flash starts to use new functions to produce audio).

2014

Version 4.0

September 17, 2014
  • AddedFlash 64-bit is supported.

2013

Version 3.5

October 24, 2013
  • FixedFixed flash movies painting on Flash 11.9.

2012

Version 3.4.2.0

August 27, 2012
  • FixedAudio volume couldn't be adjusted.

Version 3.4.1

July 23, 2012
  • AddedNew functions to get Flash version: FPC_GetVersionEx(). FPC_GetVersion() is deprecated.

Version 3.4

May 7, 2012
  • FixedF-IN-BOX might crash when some movies are being loaded.

Version 3.3.3.8

March 20, 2012
  • FixedFixed drawing Flash 11 in transparent mode.

2010

Version 3.3.3.7

July 21, 2010
  • FixedWM_MOUSEWHEEL was processed incorrectly in transparent mode.

2009

Version 3.3.3.6

October 10, 2009
  • FixedFixed audio processing: it might crash.

Version 3.3.3.5

September 30, 2009
  • FixedSymbols were entered twice when using Tablet PC Input Panel and inserting into text boxes.

Version 3.3.3.4

July 1, 2009
  • 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

May 15, 2009
  • 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

April 29, 2009
  • FixedFPC_UnloadCode() crashed.

Version 3.3.3.1

April 27, 2009
  • FixedFixed a small performance issue.

Version 3.3.3

January 27, 2009
  • FixedOptimized memory usage.

Version 3.3.2

January 7, 2009
  • FixedSetWindowsTextW didn't work correctly when called from Flash.

2008

Version 3.3.1

October 3, 2008
  • FixedFixed handling of WM_IME_* messages.

Version 3.3

May 6, 2008
  • AddedF-IN-BOX can load a Flash Video (FLV) using a relative path.

Version 3.2.1

February 13, 2008
  • FixedHooked VirtualAlloc() to fix a crash with executables generated by VS 2008 and launched under Vista + Flash Player 9.

Version 3.2

January 11, 2008
  • AddedDramatically improved repainting performance in transparent mode.
  • AddedFullscreen mode is supported: AllowFullscreen.
  • AddedNew function: FPC_QueryInterface.
  • AddedNew function: FPC_GetHFPC.

2007

Version 3.1

August 17, 2007
  • AddedSound capturing API: FPC_SetSoundListener.
  • AddedURL preprocessing: FPC_SetPreProcessURLHandler.

Version 3.0

August 1, 2007
  • AddedDeprecated some functions and added a few new ones.
  • AddedSource code is fully compatible with VC++ 6 / 7.1 / 8.

2005

Version 2.0

September 10, 2005
  • 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

July 15, 2005
  • AddedFlash 8 is supported.

Version 1.2

March 10, 2005
  • 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

August 11, 2004
  • 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

January 7, 2004
  • AddedFirst release.