[osflash] Linux+EclipseDistro+Actionscript2(+3) debugging/trace?
eka
ekameleon at gmail.com
Thu Nov 9 05:17:52 EST 2006
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 <k-zimir at gmx.net>:
>
> 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
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20061109/2063e0ea/attachment.htm
More information about the osflash
mailing list