3 result(s) found tagged: Actionscript
OCT 17, 2008

FlaCC: Flash C Compiler

Earlier this month Peter Elst posted on his blog about the FlaCC Project. In a nutshell, FlaCC is a way to compile C and C++ libraries to ActionScript bytecode, making code written in the C/C++ languages accessible to Flash. Interpreters for various scripting languages are actually written in C/C++ so this could allow you to port Ruby, PHP or Python into your AIR applications.

This video from Adobe MAX Chicago is enough to entice your imagination:

OCT 3, 2008

Advanced ActionScript 3 with Design Patterns

Studioblog Image

Being a predominately self-taught web developer, I’ve slowly migrated towards object oriented programming and, to my credit, made some applications that work but, at the same time, those apps definitely could have been made better and more efficiently.

A couple of weeks ago, I finished reading Advanced ActionScript 3 with Design Patterns by Joey Lott and Danny Patterson and found it quite helpful. Now knowing what the MVC, singleton, proxy, iterator, composite, decorator, command, memento and state patterns are I can better utilize them in my Flash projects and ultimately make better coded apps than I could before.

Read More

JUL 15, 2008

ActionScript 3.0 Cookbook

Studioblog Image

In order to help my migration to Flash 9, I went ahead and read the ActionScript 3.0 Cookbook by Joey Lott, Darron Schall and Keith Peters.

Overall, I would say that it was helpful and recommend it, but even though my copy was a first edition, it did seem like the book contained way too may typos (both grammatical and in the ActionScript itself). Typos aside, the chapters on the Display List and XML were both extremely concise and informative. If you’re unfamiliar with either, I’d recommend giving them a look.

Like the other books in O’Reilly’s Cookbook series, the ActionScript 3.0 Cookbook works as a quick reference to commonly encountered problems. Focusing on the end results, their problem/solution approach to education works well when you’re already somewhat familiar with their subject.