March 2010

My work with Adobe AIR 2.0 NativeProcess gets a mention on RIA Radio!

RIA Radio is a weekly podcast presented by InsideRIA as an open discussion with guests from the community, covering upcoming news and current best practices. In Episode 10, Antonio Holguin discusses agency life, application development workflow, and mobile application design and development. Around 38 minutes in, he mentions the work I’ve been doing with the […]

My work with Adobe AIR 2.0 NativeProcess gets a mention on RIA Radio! Read More »

Strange ActionScript dispatchEvent / addEventListener Gotcha

I came across a strange situation over the weekend where a custom event being broadcast through dispatchEvent() was not being caught by the registered listener object. To make things even more bizarre, hasEventListener() definitely showed the event as registered, and I could even trace the type out through willTrigger(). Relevant example code is below: private

Strange ActionScript dispatchEvent / addEventListener Gotcha Read More »

Video: AIR 2.0 NativeProcess Example

I’ve been looking for an opportunity to take advantage of the new flash.desktop.NativeProcess class within AIR 2.0 and was fortunate enough to have a quick project fall into my lap early this week that would serve as the perfect testing ground. If you aren’t familiar with NativeProcess, it basically gives you the ability to interact

Video: AIR 2.0 NativeProcess Example Read More »