Como hago para crear un campode texto en flash???
| |||
Re: Campos de texto.... A mi me gusta más con AS, se tiene más control:
Código:
//rolf_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"; //alesys.net :: tweened.com :: //flashpro.net :: webadigital.com <EMBED src="http://alesys.net/pruebas/bannerAlesys.swf" width=468 height=60></EMBED> |