> -Is flash type turned on by default as it is in Flash 8? 
> Otherwise how do we implement it?

Yes, for embedded fonts. But you can disable it easily. To disable
FlashType (advanced anti-aliasing) in style sheets, you set the
flashType style property to false in your @font-face rule, as the
following example shows:
@font-face {
        src:url("../assets/MyriadWebPro.ttf");
        fontFamily: myFontFamily;
        flashType: false;
}

There's full doc in the Fonts chapter of the Flex Developer's Guide:
http://livedocs.macromedia.com/flex/201/html/fonts_070_06.html

matt horn
flex docs

Reply via email to