FAME, AMFPHP and NetConnection Debugger works on Linux

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

One Response to “FAME, AMFPHP and NetConnection Debugger works on Linux”

  1. Can Bariscan Says:

    Just to say thanks for the info.