EnFlash Gallery

October 2nd, 2005

EnFlash Gallery almost ready

It’s an Open Source Flash Gallery, based on EnFlash Framework.

You can see on a Gallery

It’s will be available to download soon with more information.


SWFMILL 0.2.8 release

August 14th, 2005

We have a new release by SWFMILL 0.2.8 release

Changes:

here’s the list of updates:
* support for importing SWFs with DefineFont2/3, DefineButton2,
DefineSound and StartSound tags;
* support for SetScriptLimits and SetTabIndex;
* support for 8bit palette or grayscale PNGs;
* support for DefineBitsJPEG3 (importing a jpeg and 8bit mask PNG),
* support for PlaceObject2 events (string/double/boolean),
* experimental component import,
* parse #rrggbbaa colors correctly,
* export font ID if font is placed in library,
* remove unnecessary MovieClip level for SWF import,
* various fixes for size calculation, glyph shapes, and more,
* preparations for basic SVG conversion,
* reorder codebase and clean up

some hints for new features:
* the 8bit PNG import works just like for other PNGs, color depth is automatically detected.
* to get JPEGs with alpha channel, you have to provide the (alpha-less) jpeg image and its (8bit grayscale PNG) mask separately, like so:

mask=”library/testgradient.png”/>
* for the experimental component import, see an example on
http://dan.f3c.com/misc/components/
* SetScriptLimits and SetTabIndex remain untested.

Thank you Daniel Fischer about your hard work.

MTASC-1.09 linux binary

July 15th, 2005

Download MTASC-1.09 linux binary.

Changes:

  • fixed problems in escape sequences such as \t
  • fixed problem with “delete”
  • more strict checks of interface fields : same type and structure and
    not only unifiable
  • allowed variance on interface fields implementation
  • -keep with -separate replace compiled packages
  • added check for file name case on Win32
  • changed -main and algorithm for updating SWF
  • added -version X (removed -flash6)
  • added Flash8 headers