Flash develop if free, there is a free version of FDT (eclipse plug in). Personally I use Flash builder but I was lucky enough to get work to pay for the licenses, although I keep meaning to try IntelliJ as I've been using Android studio which is built on it and I really like it
-----Original Message----- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Sent: 18 February 2014 08:53 To: users@flex.apache.org Subject: RE: Missing "WindowedApplication" Barry, I am assuming you are learning Flex, from a C/C++ background. As you may know, you can try FlashBuilder for free for 60 days, without buying it. FB brings auto-completion, contextual help, and many other convenient features. Maybe you should try it, until you get familiar with Flex, and when the licence expires, move to text editor / mxmlc / ant. Maurice -----Message d'origine----- De : Barry Gold [mailto:barrydg...@ca.rr.com] Envoyé : mardi 18 février 2014 03:50 À : users@flex.apache.org Objet : Re: Missing "WindowedApplication" On 2/17/2014 5:47 PM, Lee Burrows wrote: > What kind of project are you attempting to create? desktop, browser, > mobile? It's just a game. Text, still pics (at the moment -- might look for somebody to do animation for me), buttons. Nothing really complex. Think of it as Zork with drawings. > Are you compiling with cmd line or an IDE? I'm using ant from the command line.