5 - 19 January 2021

FIX: failed to play flash movies after the Flash EOL date.

4.5 - 5 June 2018

FIX: fixed crash on freshest Windows 10 builds (1803 and later).
FIX: fixed crash on Windows 10 build 1709.

4.4.1 - 4 January 2016

ADD: improved drawing demo label.

4.4 - 4 January 2016

FIX: fixed crash if Flash 20.0.0.267 is used on Win 8.1.

4.3 - 2 January 2016

FIX: fixed crash if Flash 20.0.0.267 is used.

4.2 - 30 December 2015

FIX: fixed crash if Flash 20.0.0.228 is used.

4.1 - 28 September 2015

FIX: fixed crash if Flash 19.0.0.185 is used.

4.0.1 - 15 April 2015

FIX: fixed audio processing (Flash starts to use new functions to produce audio).

4.0 - 17 September 2014

ADD: Flash 64-bit is supported.

3.5 - 24 October 2013

FIX: fixed flash movies painting on Flash 11.9

3.4.2.0 - 27 August 2012

FIX: audio volume couldn't be adjusted.

3.4.1 - 23 July 2012

ADD: new functions to get Flash version: FPC_GetVersionEx(). FPC_GetVersion() is deprecated.

3.4 - 7 May 2012

FIX: f-in-box might crash when some movies are being loaded.

3.3.3.8 - 20 March 2012

FIX: fixed drawing Flash 11 in transparent mode.

3.3.3.7 - 21 July 2010

FIX: WM_MOUSEWHEEL was processed incorrectly in transparent mode.

3.3.3.6 - 10 October 2009

FIX: fixed audio processing: it might crash.

3.3.3.5 - 30 September 2009

FIX: Symbols entered twice in the following case:

"Run the handwriting recognition tool 
(Start > All Programs > Accessories > Tablet PC > Tablet PC Input Panel)
 
Run the sample attached - and select any of the text boxes, 
Use your mouse to write something in handwriting tool - and click insert. 
 
The word will appear twice in the text box."

3.3.3.4 - 1 July 2009

FIX: label "demo version" is placed on the left-top corner; when it was at the center, it was impossible to work with flash security dialog.

3.3.3.3 - 15 May 2009

FIX: m_dwTotalTime has been removed from Sample10_SoundRecorder; it's not necessary!
FIX: Sample MFC\Sample10_SoundRecorder produced wrong WAV files.
ADD: New f-in-box window style: FPCS_OPAQUE

3.3.3.2 - 29 April 2009

FIX: FPC_UnloadCode() crashed.

3.3.3.1 - 27 April 2009

FIX: fixed a small perfomance issue.

3.3.3 - 27 January 2009

FIX: optimized memory usage.

3.3.2 - 7 January 2009

FIX: SetWindowsTextW didn't work correctly being called from Flash.

3.3.1 - 3 October 2008

FIX: Fixed hanlding of WM_IME_* messages.

3.3 - 6 May 2008

ADD: f-in-box can load a Flash Video (FLV) using a relative path.

3.2.1 - 13 February 2008

FIX: f-in-box hooks VirtualAlloc() to fix the crash with executables generated by VS 2008 and launched under Vista + Flash Player 9.

3.2 - 11 January 2008

ADD: Dramatically improved the repainting performance in the transparent mode
ADD: Fullscreen mode is supported: AllowFullscreen. Read more about fullscreen mode here: http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html
ADD: New function: FPC_QueryInterface
ADD: New function: FPC_GetHFPC

3.1 - 17 August 2007

ADD: Sound capturing API: FPC_SetSoundListener
ADD: URL preprocessing: FPC_SetPreProcessURLHandler

3.0 - 1 August 2007

ADD: Some functions are deprecated now, added a few new functions
ADD: Source code is fully compatible with VC++ 6 / 7.1 / 8

2.0 - 10 September 2005

ADD: Transparency is fully supported
ADD: Ability to play Flash Video (FLV) directly from memory
ADD: New function: FPCIsTransparentAvailable
ADD: New function: FPCIsFlashInstalled
ADD: New function: FPCSetGlobalOnLoadExternalResourceHandler
ADD: New function: FPCLoadMovieFromMemory
ADD: New function: FPCPutMovieFromMemory
ADD: New function: FPCLoadMovieFromResource
ADD: New function: FPCPutMovieFromResource
ADD: New function: FPCSetEventListener

1.3 - 15 July 2005

ADD: Flash 8 is supported.

1.2 - 10 March 2005

ADD: New message: FPCM_GET_FRAME_BITMAP - creating a bitmap from the current frame of a movie.
ADD: New functions: FPCSetAudioEnabled / FPCGetAudioEnabled - enabling/disabling all flash sounds.
ADD: New messages: FPCM_PUT_STANDARD_MENU, FPCM_GET_STANDARD_MENU - enabling/disabling the standard flash context menu.

1.1 - 11 August 2004

ADD: Flash 3, 4, 5, 6, 7 are supported.
ADD: New notification message: FPCN_LOADEXTERNALRESOURCE. The FPCN_LOADEXTERNALRESOURCE is sent when a movie tries to load an external resource (xml, jpeg, etc.) using a relative path.
     The message is sent only if the movie is loaded from memory.
ADD: New functions: GetUsingFlashVersion and GetInstalledFlashVersion.

1.0 - 7 January 2004

ADD: First release!
