<mx:HTML/> content looks crusty when resized

Posted by keyle on Stack Overflow See other posts from Stack Overflow or by keyle
Published on 2010-04-11T01:48:57Z Indexed on 2010/04/11 1:53 UTC
Read the original article Hit count: 314

Filed under:
|
|
|
|

I've got HTML component as part of a datagroup itemrenderer which I need to resize the content of (there are lots of them).

This works quite well but the content looks really crusty. No font antialiasing. Even at 50% looks crusty.

I've considered generating thumbnails bitmaps on load 'complete', but that would be my last resort.

<mx:HTML location="{uri}" width="900" height="660" scaleX=".25" scaleY=".25" />

Any ideas?

Thanks a lot.

nic

© Stack Overflow or respective owner

Related posts about flex4

Related posts about flex