Yeah, if I was a *nix guy, would sound good to me. I personally suggest the flex/as3 platform. If you're doing game dev, you can deploy your as3 app, with out the flex framework, as that's basically your chrome gui.
I personally dig the eclipse plugin, and it's only getting better in Flex 3, including new profiling tools. I'm guessing they'll be avail on the cmd line, tho(?) On Feb 8, 2008 10:01 AM, Stephen Moore <[EMAIL PROTECTED]> wrote: > On Feb 8, 2008 11:11 PM, Christofer Hadjigeorgiou <[EMAIL PROTECTED]> > wrote: > >I was wondering in what kind of degree can an alternative replace flash. > > hello > > I'm a linux user too. > > I'm using vim with these files here > http://delfick.storage.googlepages.com/flexVimStuff.tar.gz to make it > recognise and colour as3 and mxml (which you might find helpful :D) > > and to compile I use the free flex sdk and mxmlc which comes with it. > To get that and be able to use it follow this here : > > download the flex sdk from here > http://www.adobe.com/products/flex/downloads/ > > extract to /usr/local/flex > > $ sudo chmod +x /usr/local/flex/bin/mxmlc > $ gksudo gedit /etc/bash.bashrc > > and add > export PATH=${PATH}:/usr/local/flex/bin > > to the top of the file > > then use > mxmlc [options] <target mxml file> > > to compile :D > > works great for me :) > > (also If you want to be able to work with as2 in the same way, I can > explain how to do that too :) ) > > good luck > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > -- : : ) Scott Helping your grandma on the interweb at: http://blog.criticalpile.com
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
