Hola Felipe, nose a que te refieres con eso .... esta lista no trata sobre
Action Script?� yo creo que si no? pues lo que comente antes es codigo AS
no? si estoy equivocado comentamelo y buscare otra lista para comentarlo, o
mejor aun, si sabes de alguna lista donde se traten este tipo de fallos
comentamelo y te lo agradeceria muchismo :-)
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 12, 2004 4:16 PM
Subject: Re: [ASNativos] Problema con HTML en createTextField
>
> No quiero ser pesado, pero:
> �por qu� se realizan estas preguntas en las lista de nivel b�sico?
> --------------------------------------------------------------------------
--
>
> Felipe Alonso
> --------------------------------------------------------------------------
--
> www.5dms.com
> --------------------------------------------------------------------------
--
>
> www.flashactual.com
> --------------------------------------------------------------------------
--
>
>
>
> Ivan Rodriguez
> <[EMAIL PROTECTED] To:
[EMAIL PROTECTED]
> a.com> cc:
> Sent by: Subject: [ASNativos]
Problema con HTML en createTextField
> asnativos-bounces@
> sidedev.net
>
>
> 12/02/2004 15:57
> Please respond to
> asnativos
>
>
>
>
>
>
> Buenas, estoy intentando renderizar html en una caja de texto que creo
asi:
>
> <code>
> formato = new TextFormat();
> formato.font = "verdana";
> formato.Color = 0x000000;
> formato.size = 10;
> formato.align = "justify";
> formato.bold = false;
> formato.italic = false;
>
> _root.createTextField("textoX", 0, 0, 0, 100, 20);
> textoX.setNewTextFormat(formatoX);
> //--formato de campo de texto--------
> texot.html = TRUE;
> texto.htmlText = "<b>Esto deberia aparecer en negrita</b>";
> texto.type = "input";
> texto.selectable = false;
> texto.multiline = true;
> texto.wordWrap = true;
> texto.border = false;
> texto.borderColor = 0xFFFFFF;
> texto._width = 300;
> texto._height = 200;
> texto._x = 250;
> texto._y = 100;
> </code>
>
> Pues bien esto no funciona, alguien sabe por que?
>
> Muchas gracias
>
> Iv�n Rodriguez Espada
> _________________________
> ALAPLAYA.COM
> http://www.alaplaya.com
> [EMAIL PROTECTED]
> <!-------------------------------Lista ASNativos:
> subscripciones/desubscripcioneshttp://www.sidedev.net/asnativos
> -------------------------------->
>
>
>
>
>
> <!-------------------------------
> Lista ASNativos:
> subscripciones/desubscripciones
> http://www.sidedev.net/asnativos
> -------------------------------->
>
<!-------------------------------
Lista ASNativos:
subscripciones/desubscripciones
http://www.sidedev.net/asnativos
-------------------------------->