System.useCodepage = true;
_root.createEmptyMovieClip(”news”, 2);
_root.news._y = 4;
miXML = new XML();
miXML.ignoreWhite = true;
miXML.load(”http://localhost/xml/news.php”);
miXML.onLoad=function()
{
var tfTitle:TextFormat = new TextFormat();
tfTitle.font = news.formato.font=miXML.childNodes[0].attributes.fuente;
tfTitle.size = news.formato.size=miXML.childNodes[0].attributes.tamfuente;
tfTitle.color = news.formato.color=miXML.childNodes[0].attributes.colorfuente;
_root.createTextField(”txt”, 2, 0, 0, 400, 200);
var sTempHTML:String = “”;
for (x = 0; x


