Example
The following example sets the IME to
Method Editor (IME) installed (
if(System.capabilities.hasIME) {
trace(System.IME.getConversionMode());
System.IME.setConversionMode(System.IME.JAPANESE_HIRAGANA);
trace(System.IME.getConversionMode());
}
See also
setConversionMode (IME.setConversionMode method)
(IME.getConversionMode method)
JAPANESE_KATAKANA_FULL
(IME.JAPANESE_KATAKANA_FULL property)
public static JAPANESE_KATAKANA_FULL : String
A string with the value
and
getConversionMode()
Availability: ActionScript 1.0; Flash Player 8
Example
The following example sets the IME to
Method Editor (IME) installed (
if(System.capabilities.hasIME) {
trace(System.IME.getConversionMode());
System.IME.setConversionMode(System.IME.JAPANESE_KATAKANA_FULL);
trace(System.IME.getConversionMode());
}
See also
setConversionMode (IME.setConversionMode method)
(IME.getConversionMode method)
662
ActionScript classes
JAPANESE_HIRAGANA
System.capabilities.hasIME
"JAPANESE_KATAKANA_FULL"
. This constant is used with Japanese IMEs.
JAPANESE_KATAKANA_FULL
System.capabilities.hasIME
if the system has an Input
).
,
getConversionMode
for use with
setConversionMode()
if the system has an Input
).
,
getConversionMode
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?