El titulo del post bien podria ser un tutorial...

Código :
var estilos = new TextField.StyleSheet(); estilos.setStyle("subrayado", {fontFamily: 'DIN-Medium', fontSize: '10', textDecoration: 'underline', color: '#5F5C5C'}); estilos.setStyle("normal", {fontFamily: 'DIN-Medium', fontSize: '10', textDecoration: 'none', color: '#5F5C5C'}); estilos.setStyle("negrita", {fontFamily: 'DIN-Medium', fontSize: '10', color: '#000000'});
Código :
createTextField("campodetexto",1, 0, 0, 170, 147); campodetexto.styleSheet =_parent._parent.estilos; campodetexto.embedFonts = true; campodetexto.html = true;