PDA

View Full Version : Smooth zoom and transitions


elmehed
09-23-2008, 12:41 PM
I have problems with flicker when I zoom in a photo. If you look at http://webexpress2.gotlandica.se/ulriksdal/main.asp?areaID=1&Content=CategoryID&levelID=693&CategoryID=693 you can see a lot of aliasing in the pictures.

I know that you can do this kind of transitions in Monoslide (please watch the banner at www.azote.se) but is it possible to do it in Flash?

Rossman
09-23-2008, 05:53 PM
I think you can fix the jaggies by using the Bitmap data class...in my experience it went something like:

1) Load image
2) Convert to itmapData
3) Set smoothing to true
4) Add new bitmapdata object to the stage, not the originally loaded picture.

Without doing that it's almost impossible to get a nice looking "Ken Burns" effect.