Archive for the ‘ActionScript 3’ Category
Saturday, April 26th, 2008
I spent a good hour yesterday trying to get SWFAddress 2.1 and SWFObject 2 to work together. First off, they do work together. Second, there's nothing to it. Then why did it take me an hour? Because I'm a dummy and I had the order in which each JavaScript set ...
Posted in ActionScript 2, ActionScript 3, Flash, JavaScript | 11 Comments »
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 ...
Posted in AIR, ActionScript 3, Books, Flex | 4 Comments »
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:
Posted in ActionScript 3, Flash, Flex | 4 Comments »
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.
Posted in ActionScript 3 | No Comments »
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.
Posted in AIR, AS3BloggerLib, ActionScript 3, Flex | 3 Comments »
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 ...
Posted in AIR, ActionScript 3, Flex | No Comments »