Lenguajes
Web/Otros
Extra
Enlaces

ActionScript


Web Oficial (o significativa)


Ejemplo 1


_root.createTextField("mytext",1,100,100,300,100);
mytext.multiline = true;
mytext.wordWrap = true;
mytext.border = false;

myformat = new TextFormat();
myformat.color = 0xff0000;
myformat.bullet = false;
myformat.underline = true;

mytext.text = "Hola Mundo";
mytext.setTextFormat(myformat);
Inicio | JavaScript necesario para este enlace

Noticias en RSS2 XHTML Vlido CSS Vlido