The structure of code examples
Posted on March 12, 02008
Filed Under Development, Flash, Projects
Now that I have a couple of features available for download I thought it might be useful to explain the structure of the zip files and bit about coding practices. Unpacking the zip file you'll find the MIT licence and two directories:
/src
This directory contains all the source files. All FLA files are set up to publish into the deploy directory. I try to keep the class paths as simple as possible for each of the examples but will probably move things around a bit once I start putting all the modules together.
Most of the examples make use of the font Trajan Pro . There is a lot I could say about this font but I think I'll save it for another post. Suffice to say if you bought a version of CS3 then you should already have it as Adobe include it in most of their software bundles.
/deploy
This directory contains all the files that go on your webserver. SWFObject is always used to embed Flash into an HTML wrapper.
Related Journal Entries
- Choosing an Open Source Licence: II
- Some thoughts on application architecture
- Big History
- The project architecture
- Coding practices
- The Computus Engine on Google Code
- Hacking the Date class for GeoLocation
- Development Technology
- Projects update March 2009
- Building an AS3 component framework: Deferred Rendering
- Inside the AS3 Date class: Properties and methods
- Building an accurate Timekeeper in AS3
- Creating a main preloader in Flash CS3
- Choosing an Open Source Licence
- A review of Temporal Web Standards
Comments
Leave a Comment
If you would like to make a comment, please fill out the form below.

