Archive for the ‘Actionscript 3’ Category

New Book, New Look.

Friday, April 25th, 2008

After a year of neglect, we have finally revamped our blog. This new look will hopefully pressure us (more so, me) into posting more. One main reason why we haven't been updating this site as much within the past year is that we've been working on Adobe AIR: Create-Modify-Reuse (or ...

AS3 BufferingIndicator Class

Friday, March 28th, 2008

Out of boredom the other day I wrote this class to create a simple animated buffering indicator, you know...the ones we always see everywhere that look like a pinwheel. Here's an example of what you can do with it:

My First Go Animation Class: PropertyTween

Friday, February 15th, 2008

So I finally decided to have a go (no pun intended) with Moses new Go tween framework. I've only scratched the surface, but its pretty cool how easy it was to create a simple tween class that can tween the properties of any object.

AS3BloggerLib v0.1.4 Update

Tuesday, January 22nd, 2008

Made another fix to AS3BloggerLib. Previously there was a problem with how I was handling the id and blogPostID properties of Comment objects. This has been resolved and all files have been updated at Google Code.

AIR HTML control does not re-render after call to style.setProperty()?

Sunday, January 20th, 2008

So I'm working on a small application that allows you to edit the HTML and CSS of a page that is loaded into an AIR HTML control. I can easily reset the the value of the body's innerHTML property and the HTML control re-renders the view. However, on the CSS ...

The Obligatory Snippets Post

Monday, December 3rd, 2007

There are a bunch of code snippets that I always forget. In an attempt to organize my life, I'm going to throw them up here. Hopefully Matt will too.