AS3: RotationY of a TextField makes it Blurry

Hi

I have a Movieclip on which there is a Video Player in the left and thumbnails in the right. The thumbnails are of other videos and aligned in 4x4 grid. Every thumbnail has a small description (textfield) below it.

The number of thumbnails are dynamic and there may be n number of videos. So I have written a pagenation code for them, by which 16 thumbnails will be visible on each page.

Now when I change one page to other, I need to rotate the thumbnails with text in Y axis and display new thumbnails and their respective text.

I have embedded the font Arial and I am adding the textfields from as3. But even after rotation, the text becomes blurred. I am setting the following properties:

TextFormat:

[LIST]
[]color
[
]size
[*]align
[/LIST]

TextField:

[LIST]
[]embedFonts
[
]multiline
[]wordWrap
[
]autoSize
[*]antiAliasType
[/LIST]

Library Font:
Arial Regular ( NO Bitmap Text )

I am not sure where I am going wrong. Please suggest the solution.