IMEManagerBase::SetIMEMoviePath

IMEManagerBase::SetIMEMoviePath
void SetIMEMoviePath(const char* pcandidateSwfPath);
Description

SetIMEMoviePath sets the candidate list movie path which can be retrieved by GetIMEMoviePath. Each movie loaded into GFx can load their own candidate list by calling the SetIMEMoviePath method and providing the path to the IME User interface swf file. If a new movie doesn’t call SetIMEMoviePath, the IME Manager will either use an already loaded list if one exists (possibly loaded by another movie) or not display the candidate list. 

Note: The path for SetIMEMoviePath is relative to the parent movie SWF, so if the candidate list movie path IME.swf is located in libs/ui/a/b/c, you would use SetIMEMoviePath("a/b/c/IME.swf").

Parameters
Parameters 
Description 
const char* pcandidateSwfPath 
Path to the candidate list movie swf file.