Hola! Que raro! Probé creando un input text, luego un text dinámico, le asigné colores por diseño, luego programé un botón que le pase el contenido de uno a otro y copia el texto sin mezclar los colores.
También otra cosa que hice fue programar un formattext, fijate:
Código:
on (click) {
_root.txtPrueba.text = _root.txtInput.text
var format2_fmt:TextFormat = new TextFormat();
format2_fmt.color=0xFF0000
_root.txtPrueba.setTextFormat(format2_fmt)
}
Fijate si te sirve!
Saludos, Lucas