‘Flash / Actionscript’ Entries

AMFPHP Example

July 9th, 2010

Short AMFPHP example, explaining the bullets in the process of installing AMFPHP and connecting Flash to PHP through its gateway.

Flash / Actionscript, PHP

AS3 PureMVC Review

July 6th, 2010

A review of the basic usage of the AS3 PureMVC framework. Great for a quick reminder of how to use the PureMVC.

Flash / Actionscript

Drawing With Tweener

October 6th, 2009

An AS3 script for drawing lines with Tweener. Create a line, add points, and set the time it takes tweener to draw.

Flash / Actionscript ,

Working with XML using Actionscript 3.0

August 10th, 2009

Working with XML using Actionscript 3.0. I demonstrate the basics of working with XML using AS3, including loading, send, reading nodes, reading attributes and searching.

Flash / Actionscript

Sound Basics In Actionscript 3

June 17th, 2009

Simply how to play a sound. As well as how to pause and play a sound using the soundchannel class.

Flash / Actionscript

Interactive Flash Map

June 12th, 2009

A simple interactive flash map of the us which reads an xml file to determine what states rollover and click actions should be. Also allows you to easily group states in regions.

Flash / Actionscript

Five3D Solar System

May 29th, 2009

A simple Five3D example. I built a simple moving solar system model.

Flash / Actionscript

Delete SQLite Column Using Actionscript 3

May 26th, 2009

An example of how you can delete a column of an existing SQLite table using Actionscript 3.

Flash / Actionscript ,

Rename SQLite Column Using Actionscript 3

May 26th, 2009

An example of how you can rename a column of an existing SQLite table using Actionscript 3.

Flash / Actionscript ,