Tech
Code patterns, architecture and migration notes for ActionScript and AIR projects.
Notes in Tech
What an AIR native extension actually does
Native extensions are the bridge between ActionScript and platform code. Here is how the pieces fit, in plain terms.
Object pooling in ActionScript 3, step by step
Reuse bullets, particles and list rows instead of creating them every frame. A small generic pool with a complete example.
Moving a legacy SWF project to a modern runtime
A practical decision path: inventory what you have, pick between emulate, port or rebuild, and test before you promise a date.