ActionScript 3.0, htmlText set to bold
Hi everybody,
I am using the following code in order to have 2 or more different font sizes in a single text field.
firsttext.htmlText = '<font size="27">' + loadedData[2][0] + '</font>' + '<font size="27">' + loadedData[2][1] + '</font>' + " " + loadedData[2][2];
my problem is that I need also to set the weight of the last "loadedData" to bold. The first two loadedDatas are meant to be regular, so the text field font is set to regular.
Thanks in Advance
Mike
