Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-23 Thread Rick Winscot
Take a look at this for starters... http://labs.influxis.com/?p=598 Now - consider being able to automate the testing of your Flex app on a headless machine with hooks into GPU acceleration. I don't think the question is 'what is it good for' but more - 'how can we leverage this incredible capabi

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-21 Thread Martin Heidegger
On 21/01/2012 19:10, Raju Bitter wrote: We should probably be careful to call real ActionScript 3.0 on the server "server-side ActionScript" then. I wonder what motivated Adobe to not use Tamarin/ActionScript within the Flash Media Server, but JavaScript instead, does anyone know? Dont know - j

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-21 Thread Raju Bitter
Adobe already has server-side JavaScript, which they actually call "Server-side ActionScript", probably for marketing reasons (why would you want to call JavaScript ActionScript?): http://help.adobe.com/en_US/flashmediaserver/ssaslr/WS506b356fe242b04e73085b151300e983f4e-8000.html "Server-Side Actio

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-21 Thread Arul Prasad M L
Think NodeJS, but with AS3. *Arul Prasad* [http://arulprasad.com] On Sat, Jan 21, 2012 at 6:57 AM, Michael Schmalle wrote: > Omar, > > What does RedTamarin actually do? This is the first time I heard of that > project. > > It's a command line compiler? Or does it actually execute as3 on the > c

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-20 Thread Martin Heidegger
Photoshop, Chrome and Firefox are applications not written in AS3 ... that does not mean AS3 is useless. Having server and client code written in the same language can remove a lot of hurdles. Aside from that, executing code in command line can be useful for AS3 shells (presentations, quick&di

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-20 Thread Nicolas COQUELET
stupid question, why use as3 at server side where others do better ? when our goal is to bring flex on currently usable use cases, isn't it? :/ 2012/1/20 Omar Gonzalez > It executes headless as3 on the command line. You can build backend > applications with it. > > -omar >

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-20 Thread Omar Gonzalez
It executes headless as3 on the command line. You can build backend applications with it. -omar

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-20 Thread Michael Schmalle
Omar, What does RedTamarin actually do? This is the first time I heard of that project. It's a command line compiler? Or does it actually execute as3 on the commandline? Mike Quoting Omar Gonzalez : I'd be up for experimenting more on this, I'd love to bring MongoAS3 to RedTamarin, an

Re: Red Tamarin ( Rocking Flex on CLI )

2012-01-20 Thread Omar Gonzalez
I'd be up for experimenting more on this, I'd love to bring MongoAS3 to RedTamarin, and code backend with as3/mongodb, that'd be nice. -omar