Smooth mousover images inside scaled Flex App? -


i have flex app scaling using systemmanager.stage.scalemode=stagescalemode.no_border; part works except bitmap data (mostly png's designers).

i can set mx:image tags smoothbitmapcontent=true , works great except mouseover objects. when mouseover, source being changed 1 embedded image embedded image. have tried several (many) online "smoothimage" classes, , tried write own, have tried reset smoothbitmapcontent every chance still no dice. seems mee because scaling @ app level, flopped out bitmap not getting smoothed when renders.

does have suggestions on how keep things smooth (perhaps there flag tell flex smooth stuff when scales it?). josh

so easy answer (that works me) instead of changing image.source 1 embedded png another, use 2 images , flip flop image.visible between two... granted adds 2 objects screen, reason stay smoothed , scaled way, before switching sources going smooth jaggidy , un-readable.

josh


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -