Anti-alias - Why must you hate me so?

Hi there,

So I posted here and sorted of figured my own problem out.

But then something went wrong and now I am almost back at square one and no matter what I read or what tutorials I check or ANYTHING, I just cant get anti-aliased text any more.
And I’m talking about normal latin-1 whatever, English.

So how are you meant to set text as anti-aliased text?

I have been doing it this way:[FONT=monospace]


            var example:TextField = new TextField();
            example.embedFonts = true;
            example.antiAliasType = 'advanced';
            example.defaultTextFormat = new TextFormat('Arial','30');
            example.autoSize = TextFieldAutoSize.LEFT;
            example.selectable = false;
            example.x = 200;
            example.y = 200;

            example.text = 'This is some example text';
            addChild(example);


But whenever I have the embedFonts on true, the text disappears. No I remember reading that I need embedFonts for the Anti-aliasing to work =S

Can someone Please help me before I go insane? [/FONT][COLOR=#000000][/COLOR][COLOR=#0000FF][/COLOR][COLOR=#000000][/COLOR][COLOR=#0000FF][/COLOR][COLOR=#000000][/COLOR][COLOR=#000000][/COLOR][COLOR=#0000FF][/COLOR]