scusate l 'intromissione:
interessa anche a me:
avendo un campo con var campo :
non funge:
on(press){
myTextFormat = new TextFormat();
myTextFormat.bold = true;
var ini = Selection.getBeginIndex();
var end = Selection.getEndIndex();
campo.setTextFormat(ini, end, myTextFormat);

}