SmartFlash Changelog

What's new in SmartFlash 3.65

Dec 4, 2018
  • Added: support for RAD Studio 10.3 Rio (32 bit)

New in SmartFlash 3.62 (Dec 15, 2016)

  • added: support for RAD Studio 10 Seattle (32 bit)

New in SmartFlash 3.61 (Apr 30, 2015)

  • added: support for RAD Studio XE8 (32 bit)

New in SmartFlash 3.60 (Sep 24, 2014)

  • added: support for RAD Studio XE7 (32 bit)

New in SmartFlash 3.51 (May 18, 2014)

  • added: support for RAD Studio XE6 (32 bit)

New in SmartFlash 3.50 (Oct 1, 2013)

  • added: support for RAD Studio XE5 (32 bit)

New in SmartFlash 3.40 (May 1, 2013)

  • Added: support for RAD Studio XE4 (32 bit)

New in SmartFlash 3.35 (Sep 7, 2012)

  • Added: support for RAD Studio XE3 (32 bit)

New in SmartFlash 3.30 (Oct 25, 2011)

  • added: support for RAD Studio XE2 (32 bit)

New in SmartFlash 3.25 (Dec 23, 2010)

  • added: support for Youtube URL (use AsyncDemo project to test this feature)

New in SmartFlash 3.22 (Oct 29, 2010)

  • added changes in flash core when loading external flash (from file) with external parameters as files

New in SmartFlash 3.21 (Sep 6, 2010)

  • added: support for RAD Studio XE

New in SmartFlash 3.20 (Jun 4, 2010)

  • added: some small improvements and optimizations in code
  • updated: Open Flash Chart demo (load data to the TsfFlashList and TsfFlashPlayer in real time) - cool solution for many applications with charts
  • updated: help

New in SmartFlash 3.17 (Feb 5, 2010)

  • added: new asyncdemo (load from url in asynchronous mode)
  • added: some small improvements and optimizations in code
  • fixed: some problems in C++Builder 2009

New in SmartFlash 3.16 (Dec 30, 2009)

  • fixed: problem with TsfFlashList in RAD 2009 and RAD 2010 ((important fix) now all demos work correctly)

New in SmartFlash 3.15 (Dec 30, 2009)

  • added: TsfFlashPlayer.LoadMovieFromStreamAsync method (Load flash from stream in asynchronous mode (please, see help file how to use it))
  • updated: help

New in SmartFlash 3.12 (Dec 30, 2009)

  • added: support for Delphi 2010 and C++Builer 2010

New in SmartFlash 3.11 (Dec 30, 2009)

  • added: TsfFlashPlayer.SetReturnValue method
  • added: some small improvements

New in SmartFlash 3.10 (Dec 30, 2009)

  • updated: flash streaming core - BIG CHANGES!
  • TsfFlashPlayerAsync control was deleted (now all functionality in TsfFlashPLayer control)
  • sf_flash unit and sf_flashplayer unit was merged in one sf_flash
  • now you can load all data to the TsfFlashList component (see FlashChart demo and FlashGalleries demo)
  • now all data loaded in asynchronous streaming mode
  • updated: all demos
  • updated: help

New in SmartFlash 3.0 (Dec 30, 2009)

  • added: TsfFlashPLayerAsync control
  • (Use this player control to load FLV with FLVPlayback component, flash from URL (http://....) or to load very big flash files from disk)
  • added: FLVPlayback support (full control of FLV) see FLVPlayback demo
  • added: smartflash.dll (see dll_directx_demo)
  • added: Open Flash Chart support + demo (use TsfFlashPLayerAsync component) - it is a really cool!
  • added: some small improvements and optimizations in code
  • updated: demos + new demos
  • updated: help

New in SmartFlash 2.60 (Dec 30, 2009)

  • added: support for Delphi 2009 and C++Builer 2009

New in SmartFlash 2.50 (Dec 30, 2009)

  • added: full streaming support (no temporary files now)
  • added: some small improvements

New in SmartFlash 2.06 (Dec 30, 2009)

  • added: TsfLayeredFlashForm.RegionsAlphaBlend property (alphablend support (leyered windows) for flash form with regions)

New in SmartFlash 2.05 (Dec 30, 2009)

  • added: internal support for working with png images (TsfFlashPlayer.GrabToPNG method - available in the registered version)
  • updated: help

New in SmartFlash 2.0 (Apr 11, 2008)

  • improved flash loading process
  • improved grabbing process
  • added TsfFlashPlayer.GrabToBmp method (grab frame to 32-bit bitmap with alpha channel)
  • added TsfFlashPlayer.GrabToBmpAlpha method (grab frame to internal bitmap with alpha channel)
  • added TsfFlashPlayer.GrabToJpg method (grab frame to Jpeg image)
  • added TsfFlashPlayer.GrabToPNG method (grab frame to Png image;
  • see FLASHTOPNG directive in sfFlashPlayer.pas;
  • PNGImage library from http://pngdelphi.sourceforge.net
  • must be installed in Delphi and C Builder
  • added TsfFlashImageList component
  • (can include internal bitmaps with alpha channel;
  • it draw images with alpha channel and anti-aliasing effect,
  • also it can automatically grab stored flashes and create image list)
  • added TsfFlashImage component
  • (component to show images from TsfFlashImageList)
  • added grab tool (see in demos)
  • updated demos
  • updated help

New in SmartFlash 1.50 (May 18, 2007)

  • added TsfFlashPlayer.VolumeControl property (set this property to True, if you want control volume of the sounds in flash)
  • added TsfFlashPlayer.Volume property (volume of the sounds in flash)
  • added TsfFlashPlayer.DisableFlashSounds method