Return to Snippet

Revision: 1543
at October 19, 2006 02:29 by danideu


Initial Code
var formaFont2 = new TextFormat();
formaFont2.color = 0x000000;
formaFont2.font = "F_carpetes";
formaFont2.size = 10;

this.createTextField("txt_nom_projecte", 33, 235, 320, 82, 16);
txt_nom_projecte.wordWrap = true;
txt_nom_projecte.autoSize = true;
txt_nom_projecte.embedFonts = true;
txt_nom_projecte.type = "input";
txt_nom_projecte.border = true;
txt_nom_projecte.text = "Texto de prueba";

txt_nom_projecte.setNewTextFormat(formaFont2);

Initial URL
www.after-hours.org

Initial Description


Initial Title
Campo Input de texto con fuente especial

Initial Tags


Initial Language
ActionScript