Textarea Component (Formatting Text)

Accoring to Ultrashock:


content0.backgroundColor = 0x5AADD2;
content0.borderStyle = "solid";
content0.borderColor = 0x5AADD2;
content0.fontFamily = "Verdana"; // doesnt work
content0.fontSize = "10"; // doesnt work
content0.fontWeight = "bold"; //doesnt work

All of that should work. As you can see I can’t set the fontFamily, fontSize, and fontWeight of my text. The ones that aren’t commented work fine, but I can’t find a good link or tutorial on this subject.

I thought Macromedia had something on this, can’t seem to find it.