Delphi SWF SDK Changelog

What's new in Delphi SWF SDK 3.0

Nov 4, 2010
  • FlashViewer engine functionality included;
  • compatibility with all the latest versions of Delphi including Delphi XE;
  • support of all versions of SWF including ver. 10;
  • new features that allow to create animation easier and faster (like Motion Tween).

New in Delphi SWF SDK 2.4.2 (Sep 9, 2010)

  • WARNING! Data property type is changed from Pointer to TStream;
  • Assign method for DoABC tag is fixed. CopyFrom method is added

New in Delphi SWF SDK 2.3 (Mar 20, 2008)

  • Supports Read/Write SWF9 tags;
  • Supports XML Read/Write for SWF9;
  • Rendering Metafile is improved;
  • Stream sound writing in MP3 is improved;
  • FindPlaceFromID and FindPlaceFromName is added for TSWFStreamReader

New in Delphi SWF SDK 2.2 (Aug 22, 2007)

  • Fix32bitImage property is added for TFlashMovie to correct view when 32bit image is used without alpha data;
  • FindIDFromName method for TSWFStreamReader is added.

New in Delphi SWF SDK 2.1.1 (Jun 18, 2007)

  • CodeGear Delphi 2007 is supported;
  • For TFlashActionScript LoadMovie, LoadMovieNum, LoadVariables, LoadVariablesNum methods is added;
  • ActionScript compiler is optimized;
  • new "add mode" - amFromStartFrame.

New in Delphi SWF SDK 2.1 (Apr 4, 2007)

  • Microsoft ADPCM format is supported for sound;
  • automatic compression PCM to ADPCM format;
  • sound from memory is supported.

New in Delphi SWF SDK 2.0.5 (Feb 8, 2007)

  • alpha-color detecting automatically for convertation GIF and PNG8 with using GDI ;
  • the ability to change the property TFlashImage.AsJPEG. Now it converts BMP32 to JPEG alpha layer and conversely;
  • added the property TFlashExternalMovie.RenameFontName for correct working of some merged swf-s which using a identical fonts;
  • fixed some flash troubles with showing dynamic text as HTML without html-tags;
  • added the feature (lpNotIdentified) saving of not identified tags to an external file during saving to xml:
  • TSWFLogicPart = (lpDefault, lpImage, lpSound, lpVideo, lpFont, lpActions, lpNotIdentified).

New in Delphi SWF SDK 2.0.3 beta (Nov 7, 2006)

  • XML technology supporting and ActionScript Compiler