Monthly Archives: June 2007

Really, really small Flex files

I am not even going to mention that Flex 3 public beta is out because you already know. What you may have been too excited to notice though is that Flex 3 will now cache the Flex framework for users … Continue reading

Posted in AS3, Flash, Flex, News, Programming | Tagged | Leave a comment

Technique: Storing Arbitrary Objects in HTML Links

I’d like to share an ActionScript 3.0 technique I’ve been using on a recent project. As any Flash developer will tell you, it’s always a huge time-saver to use formatted HTML text over multiple text fields laid out by hand. … Continue reading

Posted in AS3, Flex, Programming | 6 Comments

Inconsistent framerates or am I crazy?

I was trying to do a simple animation based on EnterFrame and noticed that there seemed to be some jitteriness happening even with this very basic animation. I tried checking the framerate and to my dismay, the numbers were typically … Continue reading

Posted in AS3, Flash, Flex, Programming | 13 Comments