Image Degradation on Upload (or my fiance is going to kill me)

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Image Degradation on Upload (or my fiance is going to kill me)

    Ok imagine if you will a simple elegant flash site for my impending
    wedding....at least that's what I told her. The date is fast approaching and
    I'm having technical difficulties.

    I'm having problems with image quality not just of bitmaps but of flash text
    as well. I'm using Flash 5. The published versions read fine and smooth on
    my computer but after I upload them to my comcast account, the quality of
    the text in the bitmap and the flash text get's extremely pixelated unless
    I'm on the 21" monitor at the office, and even that isn't that great, I've
    tried everything I can think of. to remedy the situation.

    I've switched all the bitmaps to lossless.
    I've brought files in as .PSD rather than .jpeg
    I think I've checked over every publishing setting.

    I don't understand why it would look fine on my screen until I upload it to
    the website.

    Here's a sample:

    [url]http://home.comcast.net/~i.gelbrich/final-2.html[/url]

    Any help you can give, may save me. Thanks in advance.

    -Ian




    Ian Gelbrich Guest

  2. Similar Questions and Discussions

    1. Upload an image
      Is there a way to upload an image without being in the page editing mode? I am trying to replace an image that is a part of the main navigation,...
    2. Image Upload
      I am having problem uploading an image. Here is what I have: Form part: <input type="file" name="featimage" size="50" /> Upload part:...
    3. Print Preview Degradation
      I must be doing something wrong and can't figure out what it is. I'm using IDCS and PSCS. I prepared a photo in PSCS, converted to grayscale and have...
    4. Image upload to FM Web companion?
      Hi group - is it possible to upload an image file from the web browser to a Web Companion FMP custom (CDML) solution on a PC? How? Which...
    5. How to upload an image in asp.net
      hello friends, i am developing an application in which i want to upload an image from clients hard drive(local hard drive) to the server. i...
  3. #2

    Default Re: Image Degradation on Upload (or my fiance is going to kill me)


    "Ian Gelbrich" <igelbrich@earthlink.net> wrote in message
    news:c4j05s$hlp$1@forums.macromedia.com...
    > I think I've checked over every publishing setting.
    > [url]http://home.comcast.net/~i.gelbrich/final-2.html[/url]
    You are using 100% scale instead of the actual dimensions. Scaling photos
    degrades them. Use the actual fixed size if you want good quality images.
    tralfaz


    tralfaz Guest

  4. #3

    Default Re: Image Degradation on Upload (or my fiance is goingto kill me)

    as 'trafalz' told its a problem of enlarging ur orginal movie.
    give the dimension of ur orginal movie in pixels.

    even the text is also an image that is why the text looks pixelated. if you r
    adding text in flash it won't get pixelated on enlarging.
    i think better u can import image as jpeg or png. and also change the quality
    of ur image. cos flash will optimize image by default.

    go to library > browse for the particular image > select and right click > go
    to properties and change the quality to 70 - 80%

    anishu Guest

  5. #4

    Default Re: Image Degradation on Upload (or my fiance is going to kill me)

    Both partly correct. The reason your text looks shoddy (except on your
    superfast computer) is because in your HTML your object tag has:

    <PARAM NAME=quality VALUE=best>

    and your embed tag redas:

    quality=best

    Both of these should be set to HIGH rather than BEST.

    HTH - good luck with your big day!

    }`¬P


    --
    ---------------------------------------
    [url]http://www.phageinteractive.com[/url]
    PhageInteractive Ltd.
    remove mm_ to mail
    ---------------------------------------
    'If I come across as a grumpy and twisted old man, it's just because I'm a
    grumpy, twisted, old man." - me
    ---------------------------------------


    Peter Blumenthal Guest

  6. #5

    Default Re: Image Degradation on Upload (or my fiance is going to kill me)

    PNG
    use PNG images (seems this is one of the 'big' secrets about good images in
    flash)
    png"s are lossles, not big and they come with transparent backgrounds !
    and do'nt let them get compressed by flash, you can set the image quality
    for every png serperatly

    so onces again use PNG (skipp jpg, gif, psd, ..)


    Rob De Vries Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139