entao...ae vai meu problema...
Estou fazendo um site.,.. e dentro dele...tem um MC....e dendtro desse MC tem um comando...q é para importar um swf externo:
createEmptyMovieClip("TextArea", 80);
CODE
TextArea._x = -168.0;
TextArea._y = 102;
TextArea.loadMovie("noticia7.swf");
TextArea._y = 102;
TextArea.loadMovie("noticia7.swf");
e esse codigo importa um swf,,,,q é um text area.....
E dentro desse text area,,, tem um outro codigo... q importa um arquivo htm:
CODE
System.useCodepage = true;
import mx.styles.CSSStyleDeclaration;
_global.styles.TextArea = new CSSStyleDeclaration();
_global.styles.TextArea.setStyle("backgroundColor", 0x999999);
my_ta.styleSheet = my_styles;
my_ta.html = true;
// Load text to display and define onLoad handler.
var my_lv:LoadVars = new LoadVars();
my_lv.onData = function(src:String) {
if (src != undefined) {
my_ta.text = src;
} else {
my_ta.text = "Error loading HTML document.";
}
};
my_lv.load("noticias/arq/noticias.htm");
import mx.styles.CSSStyleDeclaration;
_global.styles.TextArea = new CSSStyleDeclaration();
_global.styles.TextArea.setStyle("backgroundColor", 0x999999);
my_ta.styleSheet = my_styles;
my_ta.html = true;
// Load text to display and define onLoad handler.
var my_lv:LoadVars = new LoadVars();
my_lv.onData = function(src:String) {
if (src != undefined) {
my_ta.text = src;
} else {
my_ta.text = "Error loading HTML document.";
}
};
my_lv.load("noticias/arq/noticias.htm");
ae vai o meu prioblema...
quando eu passo pra roda............tipo..... o textarea aparece,,,, mas as informações do arquivo htm nao aparecem,,,
os links funcionam... mas as letras não;;;;
se alguem puder me ajudar.... ficarei muito grato =))
agradeço desde ja

Help














