A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Bitmap image quality problem

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    7
    hello!

    I am having problems displaying my images cleanly. I have 6 small images (jpegs) imported in Flash. They are part of a movie clip. They all have a transparent background and the following settings. Compression:Jpeg Quality:100. Plus, I am not scaling them at all.

    They look really awful when I export my movie. (a 209k movie). If I move them to a new movie they look just find.

    Why?

    I would appreciate any help or tips.

    Bully

  2. #2
    Senior Member
    Join Date
    Jun 2001
    Posts
    280
    One thing you could try--on the first frame, put this action:
    Code:
     _quality = "HIGH";
    Also, if you import bitmap images that are .png format you can check export as .png and lossless compression. Makes for a big file, but looks good.

    Hope that helps,
    Bryan T

  3. #3
    Member
    Join Date
    Dec 2001
    Posts
    32

    Post

    It might be a case of having imported those JPEGs into flash and Flash putting extra compression on them, as it does with any bitmap. Strangely enough, it doesn't do it with JPEGs imported from Fireworks (Macromedia). Otherwise, you need to adjust the export settings in the Flash movie itself.

  4. #4
    Try creating the jpgs with a high resolution, but using a jpg compression program like PROjpg, this should help your quality and keep the images at a reasonable file size. Hope that helps


    Skaven
    Kill.

  5. #5
    Junior Member
    Join Date
    Jun 2001
    Posts
    7

    Thank you all

    ...for your input and help. Interesting about the Fireworks trick. If I open the same picture in Fireworks and then copy and paste to flash they look better. I am also going to try that software PROjpg. I will let flash do the compression at the end.

    Thank you again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center