テキストフィールドの選択範囲を取得/設定するには

//ムービークリップアクション
onClipEvent(enterFrame) {
startPos = Selection.getBeginIndex();
endPos = Selection.getEndIndex();
_root.str = myStr.substring(startPos, endPos);
}
・サンプルを実行
・サンプルをダウンロード
Action Script逆引きクイックリファレンス 説明などは本書を参考にしてください。