How can I make my strings and text attributes bold in my actionscript code?
I'm working with the code behind pattern so i have an mxml component with a text attribute. I then have my actionscript component where I concatenate three text attribute and set them as the text property on the mxml text component.
I want to be able be flexible with the styles of each text field I concatenate. I want the first text bold and the last bold however. Any ideas?