■ フォーカスを受け取れるようにするには

//ムービークリップアクション
onClipEvent (load) {
this.focusEnabled = true;
Selection.setFocus(this);
}