Smooth mousover images inside scaled Flex App?
Posted
by Josh Handel
on Stack Overflow
See other posts from Stack Overflow
or by Josh Handel
Published on 2010-04-28T16:11:24Z
Indexed on
2010/04/28
16:13 UTC
Read the original article
Hit count: 357
I have a flex app I am scaling using systemManager.stage.scaleMode=StageScaleMode.NO_BORDER; for the most part it works well except for my bitmap data (mostly png's from the designers).
I can set the mx:image tags to smoothBitmapContent=true and that works great for everything except my mouseover objects. When I do a mouseover, the source is being changed from one embedded image to another embedded image. I have tried several (many) online "smoothimage" classes, and tried to write my own, I have tried to reset smoothBitmapContent every chance I get but still no dice. It seems to mee that because I am scaling at the app level, that the flopped out bitmap is not getting smoothed when it renders.
Does anyone have any suggestions on how to keep things smooth (perhaps there is a flag to tell Flex to smooth stuff when it scales it?). Thanks Josh
© Stack Overflow or respective owner