Movie::CreateArray

Movie::CreateArray
void CreateArray(Value* pvalue);
Description

CreateArray creates an instance of an ActionScript Array object. The lifetime of the created Array is maintained by the runtime. If the runtime dies, then the Value(s) that hold references to the Array are invalid. Such Value(s) must be released before destroying the movie.

Parameters
Parameters 
Description 
Value* pvalue 
Holder for the created Array object.