Mi primer AS

30Sep04

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


Calendario

September 2004
M T W T F S S
« Jul   Oct »
 12345
6789101112
13141516171819
20212223242526
27282930  

Categorias