Images display poorly using LoadMovNum -Quite bad

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

  1. #1

    Default Images display poorly using LoadMovNum -Quite bad

    Hi, my images are displaying poorly in MX when I pull them from the server
    using LoadMovie. They look great when I view them via a browser. Is there
    something I am doing wrong?

    Thanks.....

    on (release) {
    loadMovieNum("images/food/food1.jpg",1);
    }



    rmletc Guest

  2. Similar Questions and Discussions

    1. Looking for new way to display images, any suggestions?
      I'm looking for a new way to display images from thumbnails. I'd prefer a window open up when each image link is clicked and (btw) I'm restricted to...
    2. No images display when using AOL browser
      My client's website website with images in layers and tables dislpays perfectly for most people, but does not seem to display the images...
    3. Vector logos display poorly in PDF
      Hi, smart Acrobat users... I design a lot of jobs that, besides printing, also get posted to the client's website as downloadable PDF files. I'm...
    4. Display Images
      I am trying to dynamicly display images from a mysql database. Is there some trick to this? I am new to CF. Any help would be great. Do I need to...
    5. Display images from database
      repeating region....what cells are being left out
  3. #2

    Default Re: Images display poorly using LoadMovNum -Quite bad

    check your flash settings for jpg compression upon publication: file/publish settings/flash tab/ and check the jpg quality slider.
    kglad 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