Archive for the 'Flash' Category

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

MTASC-1.07 linux version

Sunday, 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

generic viagra onlinecialis price comparisoncheap viagra mastercardbest price generic viagracheck generic viagra pricesviagra […]

Can you Flash Developers migrate on Linux ?

Tuesday, May 31st, 2005

Question: Can you Flash Developers migrate on Linux ?
Answer : YES
This example explains how.
The software you need is:
ECLIPSE
ASDT
MTASC
SWFMILL
1. Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. Eclipse use a java and you must have it installed in your Linux(BSD) , in my […]