- AddedImproved samples to better show how to embed Flash ActiveX.
Changelog
Stay up to date — subscribe to the F-IN-BOX .NET Edition changelog feed
Latest release
Version 5.2 - Released March 21, 2022
2022
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.
- 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.
- 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
- 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 3.5.1
- FixedThe property f_in_box__form.ShowInTaskbar might work incorrectly.
2013
Version 3.5
- FixedFixed flash movies painting on Flash 11.9.
Version 3.4.1
- FixedObsolete (and not exported now) FPC_GetVersion and GetInstalledFlashVersion replaced with new FPC_GetVersionEx and GetInstalledFlashVersionEx.
2012
Version 3.4
- FixedAudio volume couldn't be adjusted.
Version 3.3
- AddedCorrected methods to get Flash version.
2010
Version 3.1.5.7
- AddedNew C# sample Sample11_Playing_Of_Encrypted_FLV.
Version 3.1.5.6
- AddedNew VB.Net sample Sample11_Playing_Of_Encrypted_FLV.
- FixedWM_MOUSEWHEEL was processed incorrectly in transparent mode.
2009
Version 3.1.5.5
- FixedFixed audio processing: it might crash.
Version 3.1.5.4
- FixedSymbols were entered twice when using Tablet PC Input Panel and inserting into text boxes.
Version 3.1.5.3
- 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
- FixedAxCode might crash on disposing.
Version 3.1.5.1
- FixedOnSendData is called before calling OnLoadExternalResource events.
Version 3.1.5
- FixedOptimized memory usage.
Version 3.1.4
- FixedFixed USER objects leak.
2008
Version 3.1.3
- Fixedf_in_box__form doesn't show ContextMenuStrip correctly.
Version 3.1.2
- FixedFixed the problem of right-click and ContextMenu in transparent mode. New ContextMenuStrip is supported.
Version 3.1.1
- FixedHooks VirtualAlloc() to fix crash with executables generated by VS 2008 and launched under Vista + Flash Player 9.
Version 3.1
- AddedAxCode implements IDisposable.
- AddedIf TransparentMode = true, f_in_box__control.CreateBitmap returns a bitmap with alpha component.
2007
Version 3.0.11.0
- AddedNew event OnPaintStage.
- AddedNew sample Sample9_TransparentControl.
- AddedImproved some samples.
- AddedImproved Help.
Version 3.0
- AddedAbility to load multiple Flash OCX.
- AddedSound volume adjusting.
Version 3.0.10.0
- AddedNew method: AxCode.StopMinimizeMemoryTimer().
Version 3.0.9.0
- AddedNew property f_in_box__form.ShowInTaskbar.
- AddedNew property f_in_box__form.ShowSystemMenu.
Version 3.0.8.0
- AddedIf handle is recreated, Context is assigned in OnHandleCreated automatically.
Version 3.0.7.0
- AddedNew event OnSendData.
- FixedCrash when writing to a stream from a separate thread.
Version 3.0.6.0
- AddedNew event OnIsInputKey.
Version 3.0.5.0
- 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
- FixedIn f_in_box__form.PreFilterMessage: WM_RBUTTONUP check tightened to msg.HWnd == Handle.
2006
Version 3.0.3.0
- FixedMouse buttons were incorrectly initialized in MouseUp event.
Version 3.0.2.0
- FixedA frame saved without "DEMO VERSION" in demo mode.
Version 3.0.1.0
- FixedSmall changes in design mode (label now resizes properly).
- AddedNew property OverallOpaque.
2005
Version 2.0
- AddedTransparency is fully supported.
- AddedFlash 8 External API is supported.