Native Extension Context Initializer and Finalizer

Do you remember the first call AIR makes when your AIR Native Extension is loaded in memory?

It's not a test. I'll even let you have a sneak peek, in case you've forgotten: when your ANE is first loaded, AIR calls its Extension Initializer: have a peek at what it looks like in C and in Java. Shortly after that the Extension Context is created. Read More

Categories: AIR Native Extensions.