Archive | February, 2010

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

08 February 2010 ~ Comments

A Few Questions on HTML 5

ShareIt seems lately that the cool thing to do on teh internets is proclaim the death of Flash and the rise of HTML 5 like a phoenix from Adobe’s plugin’s ashes.  Before I buy into the hype, I want someone to answer these questions for me.

Where are all of the bad ass sites built in [...]

Continue Reading

Tags: , ,