| tralfaz 2005-09-29, 6:20 pm |
| "Evunia" <webforumsuser@macromedia.com> wrote in message
news:dhhcrd$ahq$1@forums.macromedia.com...
> Hi I need help!!! Please!!
> I have my flash almost done but one of the graphics looks great in
> Flash but
> in the browser it's not sharp at all. It's an inage of hand holding
> a business
> card over the picture. I tried to put that graphic as a .gif (looked
> worse) and
> as a .phg (but looses its sharpnes on the browser). Does anybody
> know how to
> fix it?
> Please!!!
> Evunia
If you already have set your jpeg output quality high enough already..
If the bitmap is on more than one frame of the timeline the smoothing
won't work unless you put this code in your first frame..
_quality = "best";
Not recommended for large images though because it bogs down slow
computers.
tralfaz
|