![]() |
|
||||||||||
|
|||||
|
Регистрация: Feb 2006
Сообщений: 32
|
_root.createTextField("txt", 1, 400, 300, 500, 500);
p=_root.txt;
p.multiline = true;
p.wordWrap = true;
p.html = true;
p.htmlText="<b>ddddddd</b><img src='i.jpg'>";
var fmt = new TextFormat();
fmt.color = 0x000000;
fmt.font = "Arial";
p.setTextFormat(fmt);
delete fmt;
Что не так? |
![]() |
Часовой пояс GMT +4, время: 04:12. |
|
|
« Предыдущая тема | Следующая тема » |
|
|