Don't miss updates

Receive information about releases as RSS feed.

  • 3/21/2022 March 2022

    Version 5.2

    ADD: improved samples to better show how to embed Flash ActiveX.

  • 2/7/2021 February 2021

    Version 5.1

    ADD: unmanaged f_in_box.dll and f_in_box64.dll are embedded to f_in_box__lib.dll.

    FIX: f_in_box__lib.Global.InstalledFlashVersion returned incorrect version.

  • 1/20/2021 January 2021

    Version 5.0

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

  • 6/5/2018 June 2018

    Version 4.5

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

    FIX: fixed crash on Windows 10 build 1709.

    ADD: updated 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).

  • 2/20/2016 February 2016

    Version 4.4.1

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

  • 1/2/2016 January 2016

    Version 4.3

    FIX: fixed crash if Flash 20.0.0.267 is used.

  • 12/30/2015 December 2015

    Version 4.2

    FIX: fixed crash if Flash 20.0.0.228 is used.

    FIX: fixed crash if Flash 19.0.0.185 is used.

  • 4/16/2015 April 2015

    Version 4.0.1

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

  • 6/24/2014 June 2014

    Version 3.5.1

    FIX: The property f_in_box__form.ShowInTaskbar might work incorrectly.

  • 10/24/2013 October 2013

    Version 3.5

    FIX: fixed flash movies painting on Flash 11.9

  • 2/6/2013 February 2013

    Version 3.4.1

    FIX: Obsolete (and not exported now!) FPC_GetVersion and GetInstalledFlashVersion replaced with new FPC_GetVersionEx and GetInstalledFlashVersionEx.

  • 9/3/2012 September 2012

    Version 3.4

    FIX: audio volume couldn't be adjusted.

  • 7/23/2012 July 2012

    Version 3.3

    ADD: corrected methods to get Flash version.

  • 11/23/2010 November 2010

    Version 3.1.5.7

    ADD: New C# sample Sample11_Playing_Of_Encrypted_FLV.

  • 6/10/2010 June 2010

    Version 3.1.5.6

    ADD: New VB.Net sample Sample11_Playing_Of_Encrypted_FLV.

    FIX: WM_MOUSEWHEEL was processed incorrectly in transparent mode.

  • 10/10/2009 October 2009

    Version 3.1.5.5

    FIX: fixed audio processing: it might crash.

  • 9/30/2009 September 2009

    Version 3.1.5.4

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

  • 7/1/2009 July 2009

    Version 3.1.5.3

    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.

  • 5/26/2009 May 2009

    Version 3.1.5.2

    FIX: AxCode might crash on disposing.

  • 2/13/2009 February 2009

    Version 3.1.5.1

    FIX: OnSendData is called before calling OnLoadExternalResource events.

  • 1/27/2009 January 2009

    Version 3.1.5

    FIX: optimized memory usage.

  • 1/21/2009 January 2009

    Version 3.1.4

    FIX: fixed USER objects leak.

  • 11/21/2008 November 2008

    Version 3.1.3

    FIX: f_in_box__form doesn't show ContextMenuStrip correctly.

  • 9/17/2008 September 2008

    Version 3.1.2

    FIX: fixed the problem of the right-click and ContextMenu if a control in the transparent mode. New ContextMenuStrip is also supported now.

  • 2/13/2008 February 2008

    Version 3.1.1

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

  • 1/14/2008 January 2008

    Version 3.1

    ADD: AxCode implements IDisposable

    ADD: If TransparentMode = true, f_in_box__control.CreateBitmap returns a bitmap with alpha component

  • 8/12/2007 August 2007

    Version 3.0.11.0

    ADD: New event OnPaintStage.

    ADD: New sample Sample9_TransparentControl.

    ADD: Improved some samples.

    ADD: Improved Help.

  • 4/21/2007 April 2007

    Version 3.0.10.0

    ADD: New method: AxCode.StopMinimizeMemoryTimer().

  • 1/15/2007 January 2007

    Version 3.0.9.0

    ADD: New property f_in_box__form.ShowInTaskbar.

    ADD: New property f_in_box__form.ShowSystemMenu.

  • 1/14/2007 January 2007

    Version 3.0.8.0

    ADD: if handle is recreated, Context is assigned in the OnHandleCreated automatically.

  • 1/12/2007 January 2007

    Version 3.0.7.0

    ADD: New event OnSendData.

    FIX: a crash when one write to a stream from a separate thread.

  • 1/7/2007 January 2007

    Version 3.0.6.0

    ADD: New event OnIsInputKey.

  • 1/6/2007 January 2007

    Version 3.0.5.0

    FIX: If a loading is interrupted, StreamBasedOnIStream.Write throws System.IO.IOException.

    ADD: full version includes keypair.snk, so registered user now can resign f_in_box__lib.dll (for example, it's useful for ClickOnce).

  • 1/4/2007 January 2007

    Version 3.0.4.0

    FIX: in f_in_box__form.PreFilterMessage:if (msg.Msg == WM_RBUTTONUP) -> if (msg.Msg == WM_RBUTTONUP && msg.HWnd == Handle)

  • 12/24/2006 December 2006

    Version 3.0.3.0

    FIX: mouse buttons were incorrectly initialized in the MouseUp event.

  • 12/22/2006 December 2006

    Version 3.0.2.0

    FIX: a frame saved without "DEMO VERSION" in the demo mode.

  • 12/21/2006 December 2006

    Version 3.0.1.0

    FIX: Small changes in design mode (label now resizes properly).

    ADD: New property OverallOpaque.

  • 8/1/2007 August 2007

    Version 3.0

    ADD: Ability to load multiple flash OCX

    ADD: sound volume adjusting

  • 11/25/2005 November 2005

    Version 2.0

    ADD: Transparency is fully supported

    ADD: Flash 8 External API is supported