void CreateString(Value* pvalue, const char* pstring);
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.