Return to Snippet

Revision: 52602
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