Changelog

Latest release
Version 5.2 - Released March 21, 2022
Download version 5.2

2022

Version 5.2

March 21, 2022
  • AddedImproved samples to better show how to embed Flash ActiveX.

2021

Version 5.1

February 7, 2021
  • AddedUnmanaged f_in_box.dll and f_in_box64.dll are embedded to f_in_box__lib.dll.
  • Fixedf_in_box__lib.Global.InstalledFlashVersion returned incorrect version.

Version 5.0

January 20, 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.
  • AddedUpdated VB.Net sample Sample11_Playing_Of_Encrypted_FLV: now it's Sample11_Playing_Of_Encrypted_FLV_SWF and it can play encrypted flash movies (swf) as well as flash videos (flv).

2016

Version 4.4.1

February 20, 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.
  • FixedFixed crash if Flash 19.0.0.185 is used.

Version 4.0.1

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

2014

Version 3.5.1

June 24, 2014
  • FixedThe property f_in_box__form.ShowInTaskbar might work incorrectly.

2013

Version 3.5

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

Version 3.4.1

February 6, 2013
  • FixedObsolete (and not exported now) FPC_GetVersion and GetInstalledFlashVersion replaced with new FPC_GetVersionEx and GetInstalledFlashVersionEx.

2012

Version 3.4

September 3, 2012
  • FixedAudio volume couldn't be adjusted.

Version 3.3

July 23, 2012
  • AddedCorrected methods to get Flash version.

2010

Version 3.1.5.7

November 23, 2010
  • AddedNew C# sample Sample11_Playing_Of_Encrypted_FLV.

Version 3.1.5.6

June 10, 2010
  • AddedNew VB.Net sample Sample11_Playing_Of_Encrypted_FLV.
  • FixedWM_MOUSEWHEEL was processed incorrectly in transparent mode.

2009

Version 3.1.5.5

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

Version 3.1.5.4

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

Version 3.1.5.3

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.1.5.2

May 26, 2009
  • FixedAxCode might crash on disposing.

Version 3.1.5.1

February 13, 2009
  • FixedOnSendData is called before calling OnLoadExternalResource events.

Version 3.1.5

January 27, 2009
  • FixedOptimized memory usage.

Version 3.1.4

January 21, 2009
  • FixedFixed USER objects leak.

2008

Version 3.1.3

November 21, 2008
  • Fixedf_in_box__form doesn't show ContextMenuStrip correctly.

Version 3.1.2

September 17, 2008
  • FixedFixed the problem of right-click and ContextMenu in transparent mode. New ContextMenuStrip is supported.

Version 3.1.1

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

Version 3.1

January 14, 2008
  • AddedAxCode implements IDisposable.
  • AddedIf TransparentMode = true, f_in_box__control.CreateBitmap returns a bitmap with alpha component.

2007

Version 3.0.11.0

August 12, 2007
  • AddedNew event OnPaintStage.
  • AddedNew sample Sample9_TransparentControl.
  • AddedImproved some samples.
  • AddedImproved Help.

Version 3.0

August 1, 2007
  • AddedAbility to load multiple Flash OCX.
  • AddedSound volume adjusting.

Version 3.0.10.0

April 21, 2007
  • AddedNew method: AxCode.StopMinimizeMemoryTimer().

Version 3.0.9.0

January 15, 2007
  • AddedNew property f_in_box__form.ShowInTaskbar.
  • AddedNew property f_in_box__form.ShowSystemMenu.

Version 3.0.8.0

January 14, 2007
  • AddedIf handle is recreated, Context is assigned in OnHandleCreated automatically.

Version 3.0.7.0

January 12, 2007
  • AddedNew event OnSendData.
  • FixedCrash when writing to a stream from a separate thread.

Version 3.0.6.0

January 7, 2007
  • AddedNew event OnIsInputKey.

Version 3.0.5.0

January 6, 2007
  • FixedIf loading is interrupted, StreamBasedOnIStream.Write throws System.IO.IOException.
  • AddedFull version includes keypair.snk; registered users can resign f_in_box__lib.dll (useful for ClickOnce).

Version 3.0.4.0

January 4, 2007
  • FixedIn f_in_box__form.PreFilterMessage: WM_RBUTTONUP check tightened to msg.HWnd == Handle.

2006

Version 3.0.3.0

December 24, 2006
  • FixedMouse buttons were incorrectly initialized in MouseUp event.

Version 3.0.2.0

December 22, 2006
  • FixedA frame saved without "DEMO VERSION" in demo mode.

Version 3.0.1.0

December 21, 2006
  • FixedSmall changes in design mode (label now resizes properly).
  • AddedNew property OverallOpaque.

2005

Version 2.0

November 25, 2005
  • AddedTransparency is fully supported.
  • AddedFlash 8 External API is supported.