Groups | Blog | Home
all groups > flash actionscript > september 2005 >

flash actionscript : So simple


Yael_K
9/24/2005 7:51:42 PM
Please see this link: https://www5.nationalgeographic.com/genographic/
They do something really nice by slowly zooming in until the face is enlarged
to 108%
I want to do the same, but everything I do ends up looking very pixely as it
enlarges
any ideas / actionscript / etc. on how to do this?
Thanks!
kglad
9/24/2005 7:54:09 PM
Yael_K
9/24/2005 8:24:55 PM
tried that, same thing happens
I also tried different frame rates, different resolutions, and breaking apart the image first. to no avail
Yael_K
9/24/2005 8:39:47 PM
Here: http://wwwpicantedesign.com/test.html
This is what it's looking like, very bumpy. Very unlike the National geographic one
greenwire
9/24/2005 8:51:59 PM
if the original image is a .jpg, make sure you are not compressing it again in
flash.
i'd suggest starting with a .bmp or .png, because they use non-lossy
compression,
then import it and set compression to minimum. (if it works ok, increase the
compression a bit at a time to find optimal)
follow kglads suggestion, never scale above the actual size of the image.
make sure movie quality is set to high.

kglad
9/24/2005 8:57:25 PM
Yael_K
9/24/2005 9:08:45 PM
Ok, I've followed all the instructions, and it is still doing this weird thing
as it enlarges
http://www.picantedesign.com/test.html
I imported the National geographic file and the image ended up being 108% the
original size. additionally - if the image isn't a jpg it will be too heavy -
the NG one is only about 22 k
Help!
someone suggested that maybe it is zooming in and not enlarging. any ideas of
what actionscript would do that?
Yael_K
9/24/2005 9:09:45 PM
kglad
9/24/2005 9:19:22 PM
Yael_K
9/24/2005 9:31:41 PM
kglad
9/24/2005 11:49:33 PM
AddThis Social Bookmark Button