flash

Sviluppare in Flex su Linux con GEdit

Ecco come ho configurato il mio ambiente di sviluppo Flex su Ubuntu 10.04 usando GEdit come editore:

1. Scaricare Flex 4 da adobe.com:
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

2. Estrarre la cartella e rinominarla ~/.flex

3. Aggiungere al file ~/.bashrc la seguente istruzione:
export PATH=$PATH:$HOME/.flex/bin/:
e riavviare

4. Aggiungere a GEdit il plugin "Embedded Terminal" da Edit > Preferences > Plugins Leggi tutto about Sviluppare in Flex su Linux con GEdit

Flash on Linux

As I am 95% switched to Ubuntu Linux (for several years now), I have been looking for solutions to those rare instances in which I was forced to boot the Windows partition just to run some software for which there is no linux substitute. Well, really, there were only two such situations left, one being my tax software and the other being Flash editing.

The tax software I need once a year so we can go with it, but what about Flash? Leggi tutto about Flash on Linux