FAME, AMFPHP and NetConnection Debugger works on Linux

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 from GetConfigCommand() method super().

Thats is all to work on Linux :) )

Get Example

Great News

July 6th, 2005

Today in Strasbourg, 6 July 2005 — The European Parliament today decided by a large majority to reject the software patents directive.

more to news

MTASC-1.07 linux version

June 5th, 2005

Download MTASC-1.07 linux binary.

Changes:

  • fixed -keep + -main
  • added ‘con’ error message
  • SharedObject.getRemote argument to Object.
  • added “print”.
  • added deprecated keywords usage error.
  • fixed “main” duplication
  • added / to classpath (for absolute file paths)
  • fixed for(;cond;incr) parsing error
  • fixed (unop) expr ? parsing error

I tested EnFlash Framework with MTASC-1.07 work correctly