Archive for the ‘AIR’ Category
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 »
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 | 4 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 »
Wednesday, October 31st, 2007
Today I updated the AS3BLoggerLib project. Recently I realized that I wasn't handling service responses in a good way. Previously, I was assuming that when the URLLoader's COMPLETE event was dispatched that the service call was successful. This obviously is not the case. Now a simple check on the HTTP ...
Posted in AIR, AS3BloggerLib, ActionScript 3, Flex | 2 Comments »
Wednesday, September 26th, 2007
Another quick update on AS3BloggerLib. I changed the package name to reflect the nobien brand. It changed from 'org.mattwright...' to 'com.nobien...'. Why you ask? First, I don't want it to be confused with the most infamous Matt Wright in the internet world. And second, I want to push the nobien ...
Posted in AIR, AS3BloggerLib, ActionScript 3, Flex | 2 Comments »
Tuesday, September 18th, 2007
Just a quick update. I've updated AS3BloggerLib with proper documentation, an SWC file, and added the first download. The project feels a bit more official now that these are up there. On top of adding this stuff I also did a bit of necessary encapsulation to clean the code up ...
Posted in AIR, AS3BloggerLib, ActionScript 3, Flex | No Comments »