SWFKit Pro Changelog

What's new in SWFKit Pro 3.5

Jun 23, 2009
  • The problem of creating standalone applications with flash player 10 has been fixed, and it's now coming with the most current version of the Adobe Flash Player.
  • The problem concerning UAC in Windows Vista has been fixed (including the AutoUpdate component). It's now compatible with all Windows systems, including Windows 98, 2000, Me, XP, 2003, Vista, and Windows 7.
  • A bug concerning the Array object in ffish script has been fixed. Now it supports large JSON object of any size.
  • A new method "Application.setDragMode" has been incorporated into this version. Normally, if you set the main window to be draggable, SWFKit will allow you to drag the main window only if the mouse cursor isn't in an input field. However, if you call "Application.setDragMode(true)" in the "initialize" script of SWFKit, it will allow you to drag the main window anyway. By calling this method you can solve some dragging problem in SWF movies made by AS3. And "Application.setDragMode(false)" will restore its behavior.
  • If you would like to make a transparent window embedding an ActiveX control, you'll find the new "FlashPlayer._stpm" property is useful. When you set it to be true, SWFKit will use Windows 9x mode to make the main window transparent, thus rendering the embedded ActiveX control without problem.

New in SWFKit Pro 3.2 (Aug 31, 2007)

  • The installer will add the wrapper classes into the flash cs3 actionscript class path
  • The ActiveXObject supports to call ActiveX dlls without registration
  • Sets the paper size and orientation without showing the print dialog box when printing in actionscript
  • Two new properties, "username" and "serialNumber", have been added into the "Application.Expiry" object
  • The following bugs are fixed
  • � The SysInfo.version property does not work well in Windows Visa
  • � The ActiveXObject object cannot handle the return value of IUnkown type
  • � The Shell.getFileVersionInfo method returns improper strings
  • � Many errors in online help documentation are fixed