Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/05/2002, 22:50
rolf
 
Fecha de Ingreso: diciembre-2001
Ubicación: Ciudad de México
Mensajes: 117
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: Campos de texto....

A mi me gusta más con AS, se tiene más control:
Código:
_root.createTextField("campo_txt", 1, 10,10, 100, 100);
campo_txt.border= true;
campo_txt.borderColor= 0xCC0000;
campo_txt.background= true;
campo_txt.backgroundColor= 0xFCFCFC;
campo_txt.autoSize= true;
campo_txt.html= true;
campo_txt.htmlText= "<font color='#CC0000'><b>Alesys.</b></font>net";
//rolf
//alesys.net :: tweened.com ::
//flashpro.net :: webadigital.com
<EMBED src="http://alesys.net/pruebas/bannerAlesys.swf" width=468 height=60></EMBED>