/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var normal_fmt:TextFormat = new TextFormat(); normal_fmt.bold = true; textBox1_txt.text = rover_feature.items.item.title[0].toUpperCase(); textBox1_txt.setTextFormat(normal_fmt);