hmm weno por lo rponto tre resuelvo de otro manera :P
Código:
var archivoTexto:LoadVars = new LoadVars();
archivoTexto.load("news.txt");
archivoTexto.onLoad = function (exito:Boolean){
if (exito){
if (this.news == "ok") {
_root.btnnoticia._visible = true;
} else {
_root.btnnoticia._visible = false;
}
} else{
trace("error al cargar archivo de texto");
}
}
y los demas codigos como estan....
saludos ^^