Tim Walling

technology is good

Archive for October, 2007

FlashDevelop 3.0.0 Beta4 released

leave a comment

A new version of FlashDevelop has been released and among the updates are some tweaks to the autocomplete feature. It’s worth pointing out that this 3.0.0 version of FlashDevelop is starting to include some integration with the Flex debugger (currently only trace statements are supported), something which I feel will really make the tool a viable alternative to Flex Builder. Java 1.6 is required for Actionscript 3 development so grab that as well if you want to test out all the features of the latest build.

FlashDevelop 3.0.0 Beta 4

Java 1.6 (Java 6)

If you try out FlashDevelop and like using it, don’t forget to support the project by donating!

Written by Tim

October 23rd, 2007 at 8:53 am

Posted in Actionscript, Flash, Flex

Compiling Flash CS3 compatible SWC’s with Flex

21 comments

Recently I wanted to find out how to compile SWC libraries which could be used in Flash CS3 since I knew it was possible to go the other way using the Flex Component Kit for Flash CS3. As of Flex 2.01, support was added so that Flash and Flex authored SWC’s were compatible (previously I believe the SWC format differed between them). The focus of the update however was on getting Flash authored components into Flex and only in passing was the reversed case mentioned as being supported.

Read the rest of this entry »

Written by Tim

October 22nd, 2007 at 12:47 pm

Posted in Actionscript, Flash, Flex