Jun 19, 2007
Josh and I will be speaking about Adobe AIR (the runtime formerly known as Apollo) on July 18th at 1PM EST.
Here's the details:
Building Adobe Integrated Runtime (AIR) applications with Flash CS3 Joshua Hirsch, Minister of Technology, Big Spaceship and Jamie Kosoy, Senior Developer, Big Spaceship.
With the release of Flash CS3, developers now have an alternative to FlexBuilder for building and deploying applications for Adobe AIR, the exciting new desktop runtime environment from Adobe.
Topics will include:
setting up Flash for creating AIR applications
step by step through the workflow of building apps in Flash
AIR Actionscript API
tips and tricks
The seminar is free. All you need is to register with Adobe.com.
Sign up now!
Jun 14, 2007
Just a reminder that there's lots of APIs out there already for your AS3 (and even AS2) needs.
Adobe's APIs contain corelib, mappr, flickr, youtube and more.
Yahoo AS3 APIs
ebay API
Know some more good ones? Post 'em.
Jun 12, 2007
Kind of a Holy-Grail for Flash Developers is to be able to turn a timeline animation into code and reuse the code on other graphic elements. Flash CS3 has taken a nice first step with the Animator class (fl.motion.Animator). Animator is used to tween an object via xml. The xml can be written from scratch (not so much fun) or generated from a timeline tween (much fun!!) via the Comands (menu) --> copy motion as xml.
Jun 11, 2007
Apollo has officially been renamed AIR. Now you want to know how to use Flash CS3 to begin developing AIR applications. After downloading the SDK you will notice it does not contain a global.swc file as the previous version did. Reading the docs would make you think you can only use an HTML editor or Flex 3 to develop for AIR currently. Fear not fellow Flashers help is on the way.
Jun 11, 2007
Adobe has released a bunch of new stuff on their labs site today, including the first public beta of the Apollo runtime and SDK. This includes the announcement of the official name being changed to Adobe Integrated Runtime, or AIR.
Also released are betas of ColdFusion 8, Flex 3 and the next Flash Player upgrade.
Jun 07, 2007
Check out the TextMate AS3 Bundle from chromaticrain. Just download the Bundle, and dump it in "/Users/YOURUSERNAME/Library/Application Support/TextMate/Bundles". Don't forget to set the language menu (at the bottom of the Textmate window) to "Actionscript3."
If you open the Bundle editor you can drag all your favorite commands and code snippets from the old AS2 Bundle or make new ones. Click on the AS3 Language Bullet (The one with the big "L") under the "Actionscript3" folding menu and you can add your own custom class names. This will make TextMate color them like all the native AS3 classes.
Jun 04, 2007
I'm going to share a simple test I did to find out what order ActionScript is being executed.
Here's the game plan. I've created two classes called MyClass and MyDoc. MyClass is linked to a symbol I'm placing on the stage once through timeline and once through dynamic instantiation. Remember to dynamically place symbols in ActionScript 3 we need to associate a class with the symbol. MyDoc is my Document class. I'm also placing ActionScript traces in each of the timelines on their respective first frames.
Jun 03, 2007
I will be speaking at FITC Chicago next Friday, June 8th. There is an incredible lineup of speakers from the design and tech worlds including my friends Mike Downey (Adobe), Bradley Grosh (GMUNK), Grant Skinner, and Marcos Weskamp, to name a few.
|