image optimization for fullscreen flash

Out of context: Reply #1

  • Started
  • Last post
  • 3 Responses
  • FixMiller0

    just have the smoothing property set to true on the bitmap.
    That would smooth the image even if it's stretched to sizes bigger than original.
    You can do that in Library > Properties (on the imported bitmap) if you are using Flash IDE & have the image imported,
    or
    yourBitmap.smoothing = true; in AS (AS3).

    Hope this helps.

    • thanks so much..exactly what I needed. would that be the same in AS 2?Aa77
    • AS2 the code would be allowSmoothing = true. Same checkbox if you're using the IDE.fyoucher1

View thread