claro que puedes pero debes cambiar el .text por el .htmtext
Código:
_root.texto1_txt.html = true;
_root.texto1_txt.htmltext = "Primera linea<br>Segunda linea<br><b>Linea en negrita</b>";
_root.texto2_txt.html = true;
_root.texto2_txt.htmltext = "Primera linea<br>Segunda linea<br><b>Linea en negrita</b>";
_root.barra.setScrollTarget(_root.texto1_txt);
_root.texto1_txt.onScroller = function(){
_root.texto2_txt.scroll = _root.texto1_txt.scroll;
};
y listo.
si algo me dices