Use the ActionScript Vector and Array classes to efficiently
pass arrays between the ActionScript side and Java side of your
extension.
The
FREArray
class extends
FREObject
with the following methods
appropriate for handling array and vector objects:
The FREArray also defines factory methods for creating arrays
and vectors:
-
FREArray newArray( int numElements )
-
FREArray newArray( String classname, int numElements, boolean fixed )
|
|
|