Comunidad de diseño web y desarrollo en internet online

hacer enlace a un createTextField

Citar            
MensajeEscrito el 16 Nov 2010 09:43 am
como puedo hacer un enlace a una pagina a todo esto:

var my_fmt:TextFormat = new TextFormat();
my_fmt.bold = true; my_fmt.font = "Arial";
my_fmt.size = 20; my_fmt.color = 0xFFFFFF;
this.createTextField("piepaginauurewq22", count, count,12, 30, 42);
piepaginauurewq22.setNewTextFormat(my_fmt);
piepaginauurewq22.text=_global.Cnt-7;

Por kaosito_2005

28 de clabLevel



 

msie8
Citar            
MensajeEscrito el 16 Nov 2010 01:55 pm
Estás mostrando código para crear dinámicamente un TextField y darle formato ... no entiendo la pregunta

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 19 Nov 2010 09:16 pm
la pregunta es a ese texto que he creado hacerle un enlace a una url

Por kaosito_2005

28 de clabLevel



 

msie8
Citar            
MensajeEscrito el 20 Nov 2010 10:54 am
Usa texto HTML para hacer un link

this.createTextField("piepaginauurewq22", count, count,12, 30, 42);
piepaginauurewq22.htmlText = "<a href='http://www.misitio.com'>mi sitio</a>"

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.