flash.system.IME.enabled property is actually writable, so you can use it to turn on the IME. : System.Capabilities : Development Flash / Flex / ActionScript examples


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

 

flash.system.IME.enabled property is actually writable, so you can use it to turn on the IME.


 

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

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Development
» System.Capabilities