JAPANESE_HIRAGANA (IME.JAPANESE_HIRAGANA property)

public static JAPANESE_HIRAGANA : String

A string with the value "JAPANESE_HIRAGANA" for use with setConversionMode() and getConversionMode(). This constant is used with Japanese IMEs.

Availability: ActionScript 1.0; Flash Player 8

Example

The following example sets the IME to JAPANESE_HIRAGANA if the system has an Input Method Editor (IME) installed (System.capabilities.hasIME).

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), getConversionMode (IME.getConversionMode method)


Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00001738.html