код (исходник в аттаче)
без embed - все есть, как только embed - нима текста (

Код:
this.btnLabelFormat = new TextFormat();
this.btnLabelFormat.color=0xff0000;
this.btnLabelFormat.font="_Font1";
this.btnLabelFormat.indent=0;
this.btnLabelFormat.bold=false;
this.btnLabelFormat.align="left";
this.btnLabelFormat.size=12;
this.createTextField("btnLabel",3,0,2,100,20);
this.btnLabel.embedFonts=true;
this.btnLabel.multiline=true;
this.btnLabel.selectable = false;
this.btnLabel.wordWrap=true;
this.btnLabel.border = true;
this.btnLabel.html=true;
this.btnLabel.htmlText = "尽管-游-戏玩";
this.btnLabel.setTextFormat(this.btnLabelFormat)
туплю ? (