Archive for the 'Open Source' Category

SWFMILL 0.2.8 release

Sunday, 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 […]

MTASC-1.09 linux binary

Friday, 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 […]

FAME, AMFPHP and NetConnection Debugger works on Linux

Wednesday, July 13th, 2005

I found a good example how works FAME and AMFPHP 1.0
And how use NetConnection Debugger.swf with ECLIPSE
When use a NetConnection Debugger.swf you must do this changes
modify in 2 places on Macromedia Remoting Classes
1. In row 93 on mx.remoting.debug.GlobalLocalConnection
change
var suc:Boolean = true;
to
var suc = true;
2. and in mx.remoting.debug.commands.GetConfig
create contsructor and put super() there
and remove […]