10 February 2010 ~ Comments

Small Gotcha With As3localelib

I just started messing around with the as3localelib library in a project I’m working on which needs to be localized to several languages.  I found a few code samples around the web and both use the following two lines of code to implement the library:
var sortedLocales:Array = LocaleUtil.sortLanguagesByPreference(['en_US', 'zh_CN', 'zh_TW'], flash.system.Capabilities.languages, “en_US”);
ResourceManager.getInstance().localeChain = sortedLocales;
In AIR, [...]

Continue Reading

25 February 2009 ~ Comments

Using Google Analytics with AIR Applications?

I was really excited when I first heard about gaforflash, becuase I thought I’d be able to track events within my AIR applications.  Sadly, this is not the case…yet (the team has AIR integration on the roadmap).  The obvious question, then, is are there any solutions out there for using Google Analytics with AIR applications? [...]

Continue Reading

12 February 2009 ~ Comments

Release: JawJack – Rejaw Client Built on Adobe AIR

Today I’m releasing a public beta of JawJack, a desktop client for the Rejaw social communication service built on Adobe AIR.  Although it’s still got a ways to go, I feel comfortable enough with its progress to open it up the public.  One of the best things about JawJack is that is uses the awesome [...]

Continue Reading

08 December 2008 ~ Comments

MePing Beta 7 Released

I’ve made a few additions to MePing as well as fixed what I hope is one last remaining bug with the AIR update framework. Hopefully, this is the last version of the app users will need to manually download. Check out the MePing page to see what’s new and download the latest version.
document.getElementById(“post-391-blankimage”).onload();

Continue Reading

Tags: ,

26 November 2008 ~ Comments

MePing Beta 6.2 Released

I’ve added a few minor bug fixes to MePing as well as a bug that would sometimes prevent the AIR update framework from looking in the right place for updates. The update framework will not catch this version, so you will need to manually update the app.
Additionally, I’ve added new sections to [...]

Continue Reading

20 November 2008 ~ Comments

MePing Beta 6

I’ve added several features to beta 6, including location entry and picture posting. Of course, each of these features will only work with the services that support them. Change log below:

- Added Purr notification system for ping confirmations
- Added location input for supported services
- Added manual refresh to recent pings
- Added picture posting [...]

Continue Reading

18 November 2008 ~ Comments

MePing Beta 5: Now with Actual Workness

First, this version should actually work for everyone beside me.  It turns out that Ping.fm requires developers to get their API key “approved” after they get approved for a key itself.  Confusing process, but Sean, Ping.fm’s CEO, was quick to help and approve my key.
This update includes two major changes, a minor change and the [...]

Continue Reading

09 July 2008 ~ Comments

Fun With the bit.ly API (Killing Time Until iPhone 3G)

Update 2: I should be able to fairly easily convert this to a simple Flex app.  I’ll do that when I get a chance and update this post with the link.  
Update: Ryan gave me the go ahead to post it.  Get the AIR app here.  I’ve enabled view source, so you should be able to [...]

Continue Reading

17 June 2008 ~ Comments

AIR Installation Error

I just tried to install Twhirl on my iMac running 10.5.3 and got this error: “The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author. Has anyone found a way to get around or fix this?

document.getElementById(“post-167-blankimage”).onload();

Continue Reading