SWFKit Express Changelog

What's new in SWFKit Express 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.