Archive for the ‘AS3BloggerLib’ Category

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.

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

My new project: AS3BloggerLib

Friday, September 14th, 2007

Ah, actionscript libraries. You can never have too many of them, right? Right. And not to mention that there's nothing better than someone writing code for you. In all honesty I haven't had much time to myself to use any of the wonderful AS3 libraries that are out there right ...