文字列の長さを求めるには
onClipEvent(keyUp){
str = _root.src.text;
_root.result.text = str.length;
}
・サンプルを
実行
・サンプルを
ダウンロード
説明などは本書を参考にしてください。