- AddedRAD Studio 12 is supported.
Changelog
Stay up to date — subscribe to the F-IN-BOX Delphi Edition changelog feed
Latest release
Version 5.4 - Released March 21, 2025
2025
2022
- FixedRAD Studio displayed an error when a user dropped TTransparentFlashPlayerControl to a form.
- AddedImproved samples to better show how to embed Flash ActiveX.
2021
- AddedRAD Studio 11 is supported.
- FixedFailed to play flash movies after the Flash EOL date.
2020
- AddedRAD Studio 10.4 is supported.
2018
- AddedRAD Studio XE 10.3 is supported.
2017
- AddedRAD Studio XE 10.2 is supported.
2016
- AddedAdded precompiled binaries for Delphi XE8, XE10, XE10.1 and Builder C++ XE8, XE10, XE10.1.
- FixedCrashes if a file was replaced using a function installed by SetGlobalOnLoadExternalResourceHandlerAsync.
- AddedSources are compatible with XE10.
- AddedBetter support of 64-bit versions of new Flash player versions.
Version 4.4.0
- FixedCrashed under Flash 20.0.0.267 on Win 8.1.
2015
Version 4.3.0
- FixedCrashed under Flash 20.0.0.267 on Win 7.
- FixedCrashed under Flash 20.0.0.228.
Version 4.1.0
- FixedCrashed under Flash 19.0.0.185.
2014
Version 4.0.1
- FixedFixed drawing issues under Flash 11.9.
Version 4.0
- Added64-bit version of Flash ActiveX is fully supported.
- AddedDelphi and Builder C++ XE, XE2, XE3, XE4, XE5, XE6, XE7 are fully supported.
2010
Version 3.5.3
- FixedFlashPlayerControl didn't switch to full screen mode.
2009
Version 3.5.2
- FixedRemoved .Playing := True from the code. Sometimes it showed wrong movie frame.
Version 3.5.1
- FixedFixed floating-point error if Flash 10.1 prerelease is used.
Version 3.5
- AddedDelphi 10 is fully supported.
Version 3.4.2.9
- FixedFixed memory allocation error in InternalFPCGetCurrentDirectory.
Version 3.4.2.8
- FixedCrashed on Vista sometimes.
Version 3.4.2.7
- AddedLabel "demo version" placed at the left-top corner; when it was at the center, it was impossible to work with Flash security dialog.
Version 3.4.2.6
- FixedFixed sample Sample9_SoundRecording: it produced wrong WAV files.
Version 3.4.2.5
- AddedNew event OnUnloadExternalResourceAsync.
Version 3.4.2.4
- FixedLoadFlashOCXFromStream crashed if Flash was not installed.
Version 3.4.2.3
- FixedCrashed if a movie used sockets.
Version 3.4.2.2
- FixedFixed incorrect working of Chinese input boxes.
2008
Version 3.4.2
- AddedAdded precompiled binaries for Delphi / Builder C++ 2009 with Update 1.
Version 3.4.1
- FixedChanged OnLoadExternalResourceEx and OnLoadExternalResourceAsync declarations for Builder C++.
Version 3.4
- AddedNew event OnLoadExternalResourceAsync.
- AddedNew function SetGlobalOnLoadExternalResourceHandlerAsync.
- AddedFlash 10 is fully supported.
- AddedDelphi 2009 and Builder C++ 2009 are fully supported.
Version 3.3.4
- FixedFixed processing WM_IME_* messages.
Version 3.3.2
- FixedIf SetGlobalOnLoadExternalResourceHandler was called, the movies were not being loaded correctly from external URLs.
Version 3.3.1
- FixedFixed the preloader problem.
- AddedAdded AllowFullscreen property.
Version 3.3
- FixedSome movies crashed under Flash 9 + Windows Vista + DEP Enabled.
2007
Version 3.2
- AddedSound capturing (see new example Sample9_SoundRecording that records flash sounds to a WAV file): SetAudioOutputOpenHandler, SetAudioOutputWriteHandler, SetAudioOutputCloseHandler.
- AddedNew event OnUpdateRect.
Version 3.1.2
- FixedThere was a problem with OnLoadExternalResourceHandler. If you provided content using OnLoadExternalResourceHandler, Flash didn't receive notification when all data is provided.
- AddedNew event OnPreProcessURL.
- AddedBuilder C++ 2006 is supported.
Version 3.1
- AddedUNICODE is fully supported now: the signatures of the following functions/events have been changed (AnsiString -> WideString): OnLoadExternalResource, SetGlobalOnLoadExternalResourceHandler, OnLoadExternalResourceEx, SetGlobalOnLoadExternalResourceHandlerEx.
2006
Version 3.0.2
- FixedGDI leaks in TTransparentFlashPlayerControl fixed.
- AddedBuilder C++ 2006 is fully supported.
Version 3.0
- AddedStreaming is added.
2005
Version 2.2
- AddedFlash 9 is supported.
- AddedExternal API is supported.
- AddedAll versions of Builder (3, 4, 5, 6) are supported.
- AddedDelphi 2006 is supported.
Version 2.0
- AddedFlash Transparent is fully supported.
- AddedAbility to play Flash Video (FLV) from stream.
- AddedNew functions: IsFlashInstalled and SetGlobalOnLoadExternalResourceHandler.
- AddedBuilder 6 is supported.
Version 1.3
- AddedFlash 8 is supported.
Version 1.2
- AddedNew function: CreateFrameBitmap — create a bitmap from the current frame of a movie.
- AddedNew functions: SetAudioEnabled/GetAudioEnabled — enabling/disabling all Flash sounds.
- AddedNew property: StandartMenu — enabling/disabling the standard Flash context menu.
- AddedDelphi 2005 is supported.
2004
Version 1.1
- AddedNew events: OnDblClick, OnMouseMove, OnMouseUp, OnClick, OnMouseDown.
- AddedNew functions: GetUsingFlashVersion and GetInstalledFlashVersion.
- AddedNew event: OnLoadExternalResource. The event OnLoadExternalResource is called when a movie tries to load an external resource (xml, jpeg, etc.) using a relative path. The event is called only if the movie is loaded from a stream.
- AddedFlash 3, 4, 5, 6, 7 are supported.
- AddedThe property SWRemote and the property FlashVars are not supported for Flash 6.
- FixedCrashed on access to the property SWRemote and the property FlashVars under some subversions of Flash 6.
- FixedThe hand cursor disappeared under Win98/Me.
- FixedSound was interrupted sometimes if movie size is being changed.
Version 1.0
- AddedFirst version.