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

Reply via email to