InteractiveItem Base Class

December 22nd, 2007

While building the NapkinNotebook site I needed a flexible View Class that all of the animated objects on the stage could be extended from. This is the class I decided to go with.

Read the rest of this entry »

Scribble Class

December 22nd, 2007

I am sure by now you know about the NapkinNotebook website I did for Euro RSCG but what I haven’t had a chance to show you yet is some of the code behind how it works.

Read the rest of this entry »

External Runtime Library Update

December 22nd, 2007

I just built a utility that will allow you to dynamically load in a swf with library assets and pull them out to use them anywhere in your application. This is the evolution of this code example from Adobe. Here is what you need to know to get it up and running quickly:

Read the rest of this entry »

Seeqpod Lite (AS 3 Code Demo)

December 22nd, 2007

I built a little demo application to show off some of my AS 3.0 stuff and posted some images as well as the source code on my portfolio site bfreedesign.com. This app took me 20 hours to build (5 for research/planning, 10 to build, and 5 to debug). See screen shots here and the demo/source code here!

There is a lot of good code in there so please be nice and show some love to FlashArtOfWar or any of my other sites1

  1. some of my other sites: jessefreeman.com | bfreedesign.com | flashbum.com | iliketodream.com []

AS 3 LightBox Class

December 22nd, 2007

I have always been a big fan of the “LightBox” effect in web 2.0 apps and wrote this little class to use in my applications.

Read the rest of this entry »

AS 3 Runtime Assets Explorer

September 13th, 2007

For the past few days I have been doing research on how to build skinnable applications for MLB.com. The goal is to load an external swf with assets that someone in the design department could publish. Today I hit the jackpot!

Read the rest of this entry »

Yahoo CS 3 Components

August 20th, 2007

Yahoo has posted source files for 5 new CS 3 components ( Tree, Menu, TabBar, AutoComplete, and Charts).

See for yourself here: http://developer.yahoo.com/flash/astra-flash/

AS 3 Settings Utility

July 13th, 2007

Looking for a good utility for loading in xml config files and keeping variable’s natively typed? Well, I thought I would share this class also based on the same concept as my XML Proxy Class adapted from the AS 3 Design Patterns by Joey Lott and Danny Patterson.

Read the rest of this entry »

XML Proxy Class

July 11th, 2007

This is a little class I built after reading AS 3 Design Patterns by Joey Lott and Danny Patterson1. I use this as a base class for building objects out of XML.

Read the rest of this entry »

  1. Both were good speakers at Flash Belt 2007 []

Reflection Utility v1

July 5th, 2007

This utility is great for making quick reflections from MCs or Sprites. You simply pass it the DisplayObject and depending on the method you call, it will return you a reflection copy.

Read the rest of this entry »