xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark"
creationComplete="initApp()">
import flashx.textLayout.formats.*;
private function initApp():void {
var textLayoutFormat:TextLayoutFormat = new TextLayoutFormat();
textLayoutFormat.color = 0x336633;
textLayoutFormat.fontFamily = "Arial, Helvetica, _sans";
textLayoutFormat.fontSize = 14;
textLayoutFormat.paragraphSpaceBefore = 15;
textLayoutFormat.paragraphSpaceAfter = 15;
textLayoutFormat.typographicCase = TLFTypographicCase.LOWERCASE_TO_SMALL_CAPS;
textFlow.hostFormat = textLayoutFormat;
}
The following link takes you to Adobe.com
The following link takes you to Omniture.com