Revision: 52602
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 27, 2011 09:20 by vdubplate
Initial Code
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);
Initial URL
Initial Description
Initial Title
Force bold text on xml field
Initial Tags
Initial Language
ActionScript 3