нет encoding="cp-1251"

попробую изменить
Добавлено через 24 часа 17 минут
Странно, но при смене кодировки даже в Виндовсе русский начал текст превращатся в каракули.
Хотя в первом кадре во флеше прописано System.useCodepage = true;
А динамический текст, куда данные подгружаются создается програмно:
this.for_text.createTextField("my_txt",0,0,0,690,0);
this.for_text.my_txt.autoSize = "left";
this.for_text.my_txt.border = false;
this.for_text.my_txt.selectable = false;
this.for_text.my_txt.html = true;
this.for_text.my_txt.multiline = true;
this.for_text.my_txt.wordWrap = true;
this.for_text.my_txt.htmlText = text_menu.firstChild.firstChild.nextSibling;
var my_fmt:TextFormat = new TextFormat();
my_fmt.color = 0x8D8E94;
my_fmt.font = "Arial";
this.for_text.my_txt.setTextFormat(my_fmt);
Где же собака зарыта?
Добавлено через 48 часов 47 минут
что никто не знает?
