2013/10/04

Flash AS3 テキスト入力ボックスにフォーカスをあてる方法

Flash ActionScript3 テキスト入力ボックス(TextField: TextFieldType.INPUT)にフォーカス(focus)をあてる方法を紹介します。


1
STAGE.focus = myTextfield;

ステージのフォーカスにテキストボックスのインスタンスを指定します。以上。

http://stackoverflow.com/questions/5934499/how-set-the-focus-of-a-input-textfield-without-having-a-stagereference

0 件のコメント:

コメントを投稿