Archive for March, 2006

ActionScript 3.0 | Flex 2.0 JavaScript Interaction

Thursday, March 23rd, 2006

I have been spending the majority of my free time learning the new API’s available in ActionScript 3.0 and Flex 2.0. I will be posting many of these new AS3 applications to my portfolio site as I write them. I will also make the code available in the future as well.

One of the really cool API’s that I have been buildng prototype applications with is the ExternalInterface. It allows for interoperability between ActionScript and other languages such as Javascript, C# and Java. I built a JavaScript Interaction prototype utilizing the External Interface API which you can view at the following:

AS3.0 JavaScript API

FLEX 2.0: Beta 2 Released

Wednesday, March 22nd, 2006

Adobe released Flex 2 Beta 2 today. I have been building prototype applications in Flex 2.0 / ActionScript 3.0 this past few months and the new API’s in ActionScript 3.0 are simply amazing. There is a slight learning curve as most of the core AS 2.0 classes have been repackaged and many are now considered legacy classes or deprecated. But this is a step in the right direction as AS 3 now implements the ECMA-262 specification bringing it in compliance with a well established industry standard, similar to C# and Java.

You can learn more at:

http://labs.macromedia.com/flexproductline/

Official ActionScript 3.0 Draft Specification Posted

Friday, March 17th, 2006

Adobe has posted the draft for the official ActionScript 3.0 language specification.

For more information check out
http://labs.adobe.com/technologies/actionscript3/

Utility classes added to actionscript.org library

Thursday, March 16th, 2006

I have been posting some of my utility and base classes to actionscript.orgs library.

You can view the latest at www.actionscript.org