Hello :)

you can use my framework to test your application (logs, debug etc;..)

Project Vegas :

- http://osflash.org/vegas
- http://vegas.riaforge.org/ (backup)

AS2 or AS3 the same system to use logs, debug...

Example to use loggers... http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/bin/test/vegas/logging/

You can use FlashInspector in linux (it's a simple swf) : http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/tools/

Install Vegas with this SVN and use it :)

Example in you code :

var luminicTarget:LuminicTarget = new LuminicTarget() ;
luminicTarget.filters = [ "test", "vegas.*" ] ;
luminicTarget.includeTime = true ;
luminicTarget.includeLines = true ;
luminicTarget.includeLevel = true ;
luminicTarget.level = LogEventLevel.ALL ;
        
Log.addTarget( luminicTarget ) ;

var logger:ILogger = Log.getLogger("test") ;

logger.debug ("> a bug test") ;
logger.info("> a bug test") ;
logger.warn("> a bug test") ;

// etc...

EKA+ :)



2006/11/9, kzm < [EMAIL PROTECTED]>:
Hey.

this is probably somehow a repeating question but things changed
recently for me. Now that there is a flash player 9 and standalone for
linux i am going to work on linux.
I know its also somehow a lazy question as lots is written on the web. i
am more asking for advise/recommendations as i spend days in harvesting
the web to solve other problems i had so far.

So far i used Flashout (which exists for linux as well).. but may be
some one has better recommendations?

I am also wondering how people work with the AS3 java compiler in
Eclipse(Distro) on Linux.


\n

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to