Datos personales

Caja de Texto con HTML

Otra forma de dar formato a un texto es por medio de las etiquetas HTML:

                       Etiqueta                              Descripcion
                       <A>                                     Etiqueta ancla para hacer un hipertexto
                       <B>                                     Maneja las negritas en bold  
                     <BR>                                    Salto de linea o break 
                <FONT>                                    Cambia el tipo de fuente
                         <I>                                     Maneja las italicas
                   <IMG>                                    Puede desplegar una imagen
                        <LI>                                   Añade un bullet al párrafo
                         <P>                                     Etiqueta que crea un nuevo párrafo
                 <SPAN>                                    Permite relacionar un CSS por medio
                                                                    del parámetro CLASS
<TEXTFORMAT>                                   Maneja los margenes derecho e 
                                                                    izquierdo, la identacion, entre
                                                                    las propiedades de un parrafo
                        <U>                                    Maneja el subrayado de un texto



Ejemplo:

var texto:TextField = new TextField();
var contenido:String ="<p><b>Ejemplo dedicado a todos los que deseen
aprender a usar Action Script 3, desde la web Flash para todo el mundo</b></p>";
texto.width = 250;
texto.height =300;
texto.wordWrap = true;
texto.border = true;
texto.background = true;
texto.htmltext = contenido;
addChild(texto);

Share this post

Post a comment

:ambivalent:
:angry:
:confused:
:content:
:cool:
:crazy:
:cry:
:embarrassed:
:footinmouth:
:frown:
:gasp:
:grin:
:heart:
:hearteyes:
:innocent:
:kiss:
:laughing:
:minifrown:
:minismile:
:moneymouth:
:naughty:
:nerd:
:notamused:
:sarcastic:
:sealed:
:sick:
:slant:
:smile:
:thumbsdown:
:thumbsup:
:wink:
:yuck:
:yum:

Next Post
Entrada más reciente
Previous Post
Entrada antigua