■ 文字列の長さを求めるには

onClipEvent(keyUp){
str = _root.src.text;
_root.result.text = str.length;
}