Archive for January, 2008

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