Archive for the ‘AIR’ 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 ...

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 ...

AS3BloggerLib v0.1.3 Update

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 ...

AS3BloggerLib v0.1.1 Update

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 ...

AS3BloggerLib Update

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 ...