A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Why the same picture has different qualities?

  1. #1
    Junior Member
    Join Date
    Mar 2005
    Posts
    16

    Why the same picture has different qualities?

    simply, if i put an image in the first frame, and ctrl+enter, here is this image (zoomed) high_quality.jpg: http://www.freewebtown.com/ihtus/flash/high_quality.JPG
    And if I build a preloader, and after that appers the same image, here the zoomed image low_quality.jpg: http://www.freewebtown.com/ihtus/flash/low_quality.JPG

    The code for preload bar is:
    a = getBytesLoaded();
    b = getBytesTotal();
    c = Math.ceil((a/b)*100);
    text.text= c + "% is loaded";
    loader._xscale=c;


    These are the same pictures, why the quality becomes lower when using preloader? Should i use some vector images, edited in Corel, or smth..?
    Thank you.

  2. #2
    Junior Member
    Join Date
    Mar 2005
    Posts
    16

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    None of your links work for me...

    In any case, simply add the following on the first frame of your movie...

    _quality = "BEST";

    And it should work fine.

  4. #4

  5. #5
    Junior Member
    Join Date
    Mar 2005
    Posts
    16
    oldnewbie : the links are working now

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