beeps
05-24-2010, 06:07 AM
Hi,
Can any body help me to put html text in radio button component in cs3.
I want to put text as below:
var tf:TextFormat = new TextFormat();
tf.font = "Verdana";
tf.color = "0xff9900";
tf.size = 10;
mcBtn.setStyle("embedFonts", true);
mcBtn.setStyle("textFormat", tf);
mcBtn.setStyle("textDecoration","underline")
mcBtn.label ='H<font face="GG Superscript" size="19">2</font>Ram'
Thanks in advance
Can any body help me to put html text in radio button component in cs3.
I want to put text as below:
var tf:TextFormat = new TextFormat();
tf.font = "Verdana";
tf.color = "0xff9900";
tf.size = 10;
mcBtn.setStyle("embedFonts", true);
mcBtn.setStyle("textFormat", tf);
mcBtn.setStyle("textDecoration","underline")
mcBtn.label ='H<font face="GG Superscript" size="19">2</font>Ram'
Thanks in advance