FAME, AMFPHP and NetConnection Debugger works on Linux
July 13th, 2005I 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
)