<Environment>
Win8 + IE10 + Flash(11.7.700.202)
<Description>
I use Flex Builder 3 create a simply swf which only display a image. I just set the width and height to actual size, show as following:
<mx:Image
width="400" height="213"
source="@Embed(source='../Cloud.jpg')"/>
Open the swf with IE10 in Win7, the image looks fine. But in Win8 with IE10, the image appear blurred.(Both normal DPI and high DPI)
Does anyonehave anytips?
Original image:
Image in Win8 + IE10: