hola! gracias por tu tiempo, aunque aun no he podido resolver esto...
es extraño que si he podido cambiar el color de un texto por ejemplo, pero al intentar colocar "span:hover"(y he intentado en todos lados) ya nada funciona y tampoco da error...
coloco aqui el codigo que solo cambia de color el txt, quiza a alguien se le ocurre algo...mira las lineas 3 y 6 donde se definen el ccs y html
Código:
var bgTxt:TextField = new TextField();
var style:StyleSheet = new StyleSheet();
var styleS:String = ".p {color: #FF0000;}";
style.parseCSS(styleS);
bgTxt.styleSheet = style;
bgTxt.htmlText = "<span class ='p'> Red </span> apple";
infoPro.addChild(bgTxt);
saludos!