Movie::CreateString

Movie::CreateString
void CreateString(Value* pvalue, const char* pstring);
Description

CreateString creates strings that are managed by ActionScript runtime. The lifetime of the string created is maintained by runtime. If the runtime dies, then the Value is invalid. The Value must be released before destroying the movie.

Parameters
Parameters 
Description 
Value* pvalue 
Holder for the managed string. 
const char* pstring 
The string contents.