Tag Archive | "tips"

Fluby brings AS2 to Ruby

April 15, 2009 No comments yet

ActionScript is the “language” you use to develop Flash stuff. It sucks, but by using

Simple tip of the day – scrollRect

April 3, 2009 No comments yet

Whenever I’d need a “window” style mask I’ve always created some sort of DisplayObject (preferably…

Not revealing too much in a HTTP response

March 16, 2009 No comments yet

When setting up a HTTP server, I always strip any sensitive information from the HTTP…

Dynamically loading fonts using ActionScript 3

November 1, 2008 No comments yet

Dynamically loading and using fonts in Adobe Flash is surprisingly easy accomplished using AS3. Many…