stylemanager for rss xml?
import fl.managers.StyleManager;
var logFormat:TextFormat = new TextFormat();
logFormat.font = "Minion Pro";
logFormat.size = 14;
logFormat.bold = false;
logFormat.color = 0x403e3a;
I am currently using this as an alternative atm, to style the rss loaded. but now everthing is displayed with this settings.
its ok for the moment, but i really prefer to style my own way ![]()
is there a way to seperately to style, the pubDate, description, title, link etc individually?