This article gives a nice introduction on how to get started with programming in Flash with open source tools (Eclipse IDE, MTASC compiler and others).I just installed it myself yesterday. I promised mouser a while ago to post something on the MTASC compiler, so maybe this is the right occassion? :-}-Arjen (January 30, 2007, 11:12 AM)
If you want to build a GUI in Flash you could use an open source alternative like AsWing.
OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and, with OpenLaszlo 4, DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be as short as a single source file, or factored into multiple files that define reusable classes and libraries.