Native Extensions don't work in Flash CS6
Edit: Never mind.
Whoever made the native extension, despite it being a useful function, used the abominable package naming structure of:
com.coder.nativeExtensions.NameOfClass.NameOfClass
Anybody going to use it would import com.coder.nativeExtensions.NameOfClass, in which case it would not work because the name of class is also the name of an extra package directory and you have to repeat it twice which makes no sense, but it works with the class name redundantly repeated twice in the import.
------------------------------------------------------------------------------------------
I am on Flash Professional CS6. I upgraded it just so I could use Native Extensions. I have browsed and added the native extension to libraries. I have added the import statement and added the xml entry for extension ID.
If I try to run it I get "Definition could not be found" error for the package import. There is a complete lack of documentation or any way to find out why it isn't working. All I get is an unhelpful error that doesn't address the actual problem.
How do you get native extensions to work?