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