To create a native extension, do the following tasks:
-
Define the methods and properties of the ActionScript
extension classes.
-
Code the ActionScript extension classes.
See
Coding the ActionScript side
.
-
Code the native implementation.
See
Coding the native side with C
and
Coding the native side with Java
.
-
Build the ActionScript side and the native side, create an
extension descriptor file, and package the extension and its resources.
See
Packaging a native extension
for all devices.
-
Document the public interfaces of the ActionScript extension
class.
Typically, as with any software development, working through
these steps is an iterative process.
|
|
|