The flash.system.IME.enabled property tells you whether the user is using the IME or entering text straight from the keyboard. : System.Capabilities : Development Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Development » System.Capabilities »

 

The flash.system.IME.enabled property tells you whether the user is using the IME or entering text straight from the keyboard.


 

package{
  import flash.display.Sprite;
  import flash.system.Capabilities;
  public class Main extends Sprite{
    public function Main(){
        trace(flash.system.IME.enabled);

    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Development
» System.Capabilities