jupp, ist mir eben auch schon aufgefallen. Einfach den Textformat im Init Prototypen setzen oder den Prototypen erweitern:
ActionScript:
TextField.prototype.init = function(int, ppi) {
tTF = this.getTextFormat();
this.htmlText = this.text+this.text;
this.setTextFormat(tTF);
setInterval(this, "ticker", int, ppi);
};
Sebastian