Цитата:
|
Сообщение от Sylkoga
ничего не получается! он не переходит
 Код:
text1.createTextField("my_txt", this.getNextHighestDepth(), 0, 0, 400, 400);
text1.my_txt.html = true;
text1.multiline = true;
text1.my_txt.htmlText = "qwer<br><b>asdf<br>qwerty<b>";
|

Код:
text1.createTextField("my_txt", this.getNextHighestDepth(), 0, 0, 400, 400);
text1.my_txt.html = true;
text1.my_txt.multiline = true;
text1.my_txt.htmlText = "qwer<br><b>asdf<br>qwerty<b>";