Category Archives: Programming

Resizing a bitmap using a transform matrix

A quick example of how to clone and shrink a bitmap image, posted here for easy reference Source code

Posted in actionscript | Leave a comment

Lesson learnt

So I decided this morning to ‘quickly’ update my guild’s forum. The computer hamsters knew that I didn’t have all day to play with the website!!!! Anyway… If you are going to update a phpbb3 forum, set the theme back … Continue reading

Posted in php | Leave a comment

Adobe groups is live

Adobe has set up a site for all usergroups to use with forums, blogs etc. Visit and sign up for the Brisbane Flash platform group.

Posted in actionscript, Other | Leave a comment

Image resize problem

I have a script for my band’s website that automattically generates an xml file, resized images and thumbnail images from a folder of original photos. Recently it has been giving me some trouble by just cutting out. This is the … Continue reading

Posted in php | Leave a comment

Compiling skins in flash develop

In either the pre-build or post-build command line properties of your project. (project->properties->build tab) C:\pathtoyourflexinstallation\bin\mxmlc.exe $(ProjectDir)\src\skin.css -output $(ProjectDir)\bin\skin.swf -library-path+=src\flex_skins.swc You should be able to use $(CompilerPath) but that doesn’t work at the moment. More details and future fix

Posted in Programming | Tagged , , | Leave a comment

Flash player 10 resources

Last wednesday night at the brisbane flash platform group, I showed off a few simple examples of some of the new flash player 10 features. Here are my notes and code.

Posted in My projects, Programming | Tagged | Leave a comment