PureMVC file templates for FlashDevelop

Friday, June 20th, 2008

I wrote 3 small file templates for the AS3Project in FlashDevelop.
They come in quite handy when working on a PureMVC based project.
PureMVC-Command.as.fdt
PureMVC-Mediator.as.fdt
PureMVC-Proxy.as.fdt
I hope it helps someone ;)

Achieving high performance in Full-HD resolution with ActionScript

Thursday, May 8th, 2008

I recently had to write a rather simple picture viewing application with a little twist. The image display had to be interesting looking, which means blends, filters and movement. In addition to that the display unit had to run in Full-HD resolution (1920×1080).
Now i don’t know about your system, but with my Core2 Duo E6600 [...]