Full Screen Flash Site Tutorial October 3rd, 2007

This flash tutorial will show you how you can make a full flash site, in full screen, that resizes gracefully.
Once again, i’m using my Layout and Model classes for finer control.
I’ll demonstrate keeping models centered, unscaled, or aligned, or scaled when the user resizes the browser.
I’ll also be using a tiled pixel gif as the background. so there’s a little cereal toy for you if you wanted to know how to do that too.

Here’s a demo created from this tutorial.
Full Screen Flash Site Tutorial demo

Read more ...

New Flash Project template August 13th, 2007

Download my “New Flash Project template”

download “new-flash-project.tar.bz2 12.7 KB”
download “new-flash-project.zip 16.5 KB”

I created this as a template to quickly create new flash projects with common files, directory structure, and configuration.

Read more ...

Layout and Model August 13th, 2007

This flash tutorial explains how to use and hopefully expand on my Actionscript 2.0 layout and model classes. These classes extend the MovieClipLoader class to load flash movieClips and images into your flash projects with finer control than loadMovie().

Read more ...

Actionscript RMXml August 13th, 2007

This flash tutorial explains how to use my Actionscript 2.0 RMXml class to load simple single node xml files into flash projects. This assumes you want to extract content data from an xml file and display it in a TextField. It even allows basic html formatting by using [brackets] in place of <html tags>

Read more ...