Version 2.50 (21 June, 2008)

  • added full streaming support (no temporary files now)

  • added some small improvements

Version 2.06 (21 May, 2008)

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

Version 2.05 (5 May, 2008)

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

  • updated help

Version 2.0 (19 September, 2007)

  • 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 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

Version 1.50 (17 April, 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

Version 1.40 (12 April, 2007)

  • added FLV support (now you can play FLV files, store them in *.exe, load from stream and resources)

Version 1.31 (12 February, 2007)

  • fixed problems in C++Builder 

Version 1.30 (5 February, 2007)

  • added layered windows support (see TsfLayeredFlashForm component)
  • added windows with regions support (see TsfLayeredFlashForm.ApplyRegions property)
  • updated help
  • new price

Version 1.21 (18 January, 2007)

  • added TsfFlashPlayer.OnFlashCall event
  • improved TsfFlashPlayer.GrabCurrentFrame method
  • fixed problem with TsfFlashPlayer.CallFunction method

Version 1.20 (10 January, 2007)

  • improved performance (now TsfFlashPlayer in transparency mode work as standard flash player)
  • optimized source code and some functions

Version 1.10 (4 December, 2006)

  • added TsfFlashPlayer.OnClick event
  • added TsfFlashPlayer.DisableFlashCursor property 
  • fixed storing problems
  • optimized source code and some functions

Version 1.05 (1 October, 2006)

  • added TsfFlashPlayer.IsFlashAviable method
  • remove OnFSCommand property and added new OnHandleFSCommand property (use this property for interaction with Delphi and C++Builder (flash menus, controls and more))
  • improved mouse behavour in flashes
  • updated help
  • updated demo (now this demo with full flash interface)

Version 1.0 (27 September, 2006)

  • First public release