IME (System.IME)
Object
|
+-System.IME
public class IME
extends Object
The IME class lets you directly manipulate the operating system's input method editor (IME)
in the Flash Player application that is running on a client computer. You can determine
whether an IME is installed, whether or not the IME is enabled, and which IME is enabled.
You can disable or enable the IME in the Flash Player application, and you can perform other
limited functions, depending on the operating system.
Input method editors let users type non-ASCII text characters in Asian languages such as
Chinese, Japanese, and Korean. For more information on IMEs, see the operating system
documentation for the platform for which you are developing applications. Some additional
resources for information about input methods are listed here:
http://www.microsoft.com/globaldev/default.mspx
http://developer.apple.com/documentation/
http://java.sun.com
The following table shows the platform coverage of this class:
Capability
Determine whether the
IME is
installed
System.capab
ilities.hasIME
Set IME on or
off
System.IME.setEnab
led()
Find out whether IME is
on or off
System.IME.getEnable
d()
Set IME conversion
mode
System.IME.setC
onversionMode()
Windows
Macintosh OSX Macintosh Classic Linux/Solaris XIM
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes **
Yes
Yes
Yes
Yes
Yes
Yes
No
Yes
IME (System.IME)
653
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?