so this is the solution I have found
This forum seems a little dead - thats two of my own questions I have answered!Code:var colorTextFormat:TextFormat = new TextFormat(); colorTextFormat.color = 0xFFFFFF; colorTextFormat.font = "Arial"; colorTextFormat.size = 10; StyleManager.setStyle("colorTextFormat",colorTextFormat);




Reply With Quote