Japanese_Katakana_Full; (Ime.japanese_Katakana_Full Property) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF