On Fri, Jun 13, 2008 at 2:27 PM, grimmwerks <[EMAIL PROTECTED]> wrote: > I've tried both in a text area -- and it's not showing up --- I've tried > with embedded fonts as well as Helvetica, Verdana, etc -- they're not > showing up -- can you tell me how I'm doing this wrong: > <mx:Text width="710" top="20" styleName="infoText" selectable="false" > fontSize="28"> > <mx:text> > The purpose of Total Leadership is to improve performance in all four > domains of life — work, home, community, and self — by creating > mutual value among them. > </mx:text> > </mx:Text>
Try the "htmlText" property instead of the "text" property. hope this helps, -- Alberto Brealey-Guzmán +506 88.18.55.74

