About: shawn

Recent Posts by shawn

Dispelling the Myth of ‘Native UI’

As followers of this blog will know, I’m a big believer in the efficiency of cross-platform mobile development using platforms like Adobe AIR. Often, one of the core arguments I hear against using a middleware like AIR, is that user’s want native UI components, and that somehow native controls are...
Read more

Intro to AS3 Workers (Part 3): NAPE Physics + Starling!

[UPDATE]: Adobe has removed support for ByteArray.shareable until Player 11.5. The source code has been updated to work around that restriction, but have left the example code intact since it will eventually work fine. In part 1 of this series we looked at the basic message protocol for AS3 Workers,...
Read more

Intro to AS3 Workers (Part 2): Image Processing

[UPDATE] Adobe has removed support for ByteArray.shareable until Player 11.5. The source code has been updated to work around that restriction, but have left the example code intact since it will eventually work fine. In Part 1 of my Intro to AS3 Workers series I looked at the fundamentals of...
Read more

Intro to AS3 Workers (Part 1): Hello World

[UPDATE]: Part 2 and Part 3 of this tutorial are available now [UPDATE 2]: Adobe has removed support for ByteArray.shareable until Player 11.5. With the beta release of AIR 3.4 and Flash 11.4, Adobe has introduced one of the most requested API’s for years: Multi-threading! With AS3 workers it’s now...
Read more