HI
I have a requirement where i need to make a substring as bold string in a main string. Can any one tell me how to achieve this functionality.. I want to make it in Action Script. Please it is urgent ..
Thanks
Ram..
For mx text component:Use lbl.htmlText = 'HELLO <b>WORLD</b> where lbl is the id of any mx text component
For spark text component:Use lbl.htmlText = TextConverter.importToFlow('HELLO <b>WORLD</b>',TextConverter.TEXT_FIELD_HTML_FORMAT); where lbl is the id of any spark text component other than spark Label
North America
Europe, Middle East and Africa
Asia Pacific