A typical challenge faced by Flash developers like
Custom website design is getting fonts to look like you want then to. For any project choosing the right font face and size is a process that requires both them and ultimately the client to see eye to eye.
In Flash MX and earlier versions fonts were by default anti-aliased, meaning that the edges of the text are smoothed. This is good when dealing with large type but it causes small text to appear blurry. Earlier versions of Flash also had other issues. For instance if one were to realign text fields around other objects fonts might come out of focus (because of positioning), and getting it right could take several tries.
More recently with the advent of Flash MX 2004 came the "alias text" option but, more importantly the TextField.StyleSheet() class. What is the TexFiled.StyleSheet() class? I'll get to that but first let me tell you about this new "alias text" feature. The latter hides the anti-aliasing to make small text sharper and more legible yada, yada, yada. However, most often than not, fonts appear overly pixilated and cracked. In my opinion "alias text " is nothing more than a little ransom note generator making every character appear as if it had been cut out of a magazine. Adding insult to injury if you are publishing for the Flash 6 player or earlier versions on Flash MX 2004 the "alias text" feature does not work on dynamic and or input textfields