I'm looking into doing some development for Flash. Do I need to buy expensive commercial tools or are there some FOSS tools out there I can get started with? Clearly there are a lot of tools out there, but are they good enough to actually get work done? What would I be missing by avoiding the commercial or official tools?
相关问题
- Should I wait for Flash Player 10.1 or go with Fla
- How to load flex swf from flash?
- Converting Date with Time in PST into UTC format
- open source, multi-platform, browser-based screen
- Setting Page Title from a SWF
相关文章
- as3 ByteArray to Hex (binary hex representation)
- getElementById not working in Google Chrome extens
- Libraries for text animation in Flex / Actionscrip
- How to upload BitmapData to a server (ActionScript
- Persistent connections between Flash client and Ja
- What is a good free RDBMS solution for a small web
- How to embed a swf file into html code?
- Web player to use with SHOUTcast
Open Dialect and Salasaga seem to be the main FOSS IDEs for this. They should both be cross-platform with mono and GTK respectively (not completely sure about OSX). I think Open Dialect also does AIR.
I've no idea how they compare to the commercial IDEs so you might have to try each of them to compare.
Check out osflash.org - a community based on open source Flash development.
If you're on Windows I really recommend the excellent Flash Develop. It's what I use daily at work as a flash developer, and I have access to both the Flex IDE and the plain Flash CS3.
FlashDevelop hooks up nicely with the Flex compiler which is available for free, it compiles both MXML (the "language" flex applications are written in) and Actionscript 3. It's a command line compiler so you can hook up any IDE you please to it.
This isn't exactly ideal for making animations, graphics and such, then you're better of with Flash CS3. But for plain coding this is way better, AND free.