Código :
System.useCodepage = true; est = new TextField.StyleSheet(); est.load("recetas.css"); dato.styleSheet = est; dato.multiline = true; dato.wordWrap = true; dato.html = true; story = new XML(); story.ignoreWhite = true; story.load("causa.htm"); story.onLoad = function() { dato.htmlText = story; };
este es el html q estoy jalando el siguiente HTML y CSS
http://espanol.geocities.com/marininfa/CLIPS/causa.htm
http://espanol.geocities.com/marininfa/CLIPS/recetas.css
me muestra asi nada mas el titulo de la pagina
xq? ..... Alguien sabe el motivo o la forma que debo de hacer mi HTML..