September 19th, 2006
I’ve just finished Monoslideshow, the new ultra customizable Flash image viewer for web designers and developers. It took some time, but finally it’s online: www.monoslideshow.com
Monoslideshow uses an .XML file to read out preferences about how it looks and behaves. A screenshot of Monoslideshow in its default looks:

You can check the customizability of Monoslideshow yourself by visiting the live demo page
Posted in Flash developing | 1 Comment »
August 2nd, 2006
I couldn’t find a decent free obfuscator to use on macOSX, so I made my own. The obfuscator is written in JAVA (so it’s platform independent), and it uses Flasm at its core.
Read the rest of this entry »
Posted in Flash developing | 5 Comments »
July 15th, 2006
Maybe you’ll like this nice color theme for Textmate:

download Textmate color theme
I haven’t optimized this theme for Ruby on Rails. If someone feels the urge to contribute, please don’t hesitate.
It’s very pleasing to the eyes, yes? And colorful too. Ooooooooh, it’s such a pleasure to work in this warm and friendly environment.
Posted in Various | 85 Comments »
July 14th, 2006
In this post I will describe my workflow for developing Flash projects without the use of the Adobe Flash IDE. This workflow isn’t suitable for every project. It’s mainly of use for those projects which only contain pure Actionscript code and make no use of components, objects in the library or non-scripted motion tweens. After following the instructions, you will be able to do the following:
- Compile Actionscript .AS-files to a .SWF-file from within Textmate.
- Preview .SWF-file from within Textmate.
- Display error messages from within Textmate. You can click on these messages to quickly jump to the source of the error.
- Display “trace” commands in a seperate window which automatically fades away after 30 seconds.
Read the rest of this entry »
Posted in Flash developing | 49 Comments »