//对象获取光标的方法
function objGetFocus(objName:String)
{
//_root.input_txt.selectable = true;
Selection.setFocus(objName);
}
objGetFocus("input_txt");
//对象获取光标的方法
function objGetFocus(objName:String)
{
//_root.input_txt.selectable = true;
Selection.setFocus(objName);
}
objGetFocus("input_txt");