Images makes projector very big...

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Images makes projector very big...

    Hmm, I'm having a pretty strange problem here. I'm using Director 9 MX and I
    have lots of images in my presentation. I have a intro with 30 different jpeg's
    and the total size of those 30 images is 3.5mb.

    Now, if I import a image that takes about 65kb it takes up 1.6mb(!) in
    director. This means, my pretty simple presentation that should be <10mb big is
    about 60mb big.

    I thought there should be a solution for this problem and therefore I'm
    posting here... Thankful for answers :)

    Zlaxzzor Guest

  2. Similar Questions and Discussions

    1. Form tag makes everything disappear
      I have been working with DW for years, but just recently upgraded to DW 8, (on a Mac), and I am noticing a peculiar problem. If you look at the...
    2. Script to detect whether to load the Mac projector or PC projector
      I need my Flash projector presentation to detect whether the machine is a Mac or PC. If I create my movie for both, then what auto run script do I...
    3. Create a projector from with a projector file?
      Does anyone know if you can create a projector file from within a projector file? I want the user to be able to customize a movie, then run that...
    4. perlcc makes it big
      I'm running perl 5.8.0 on linux. I wrote a very simple program: #!/usr/bin/perl print "test"; that's it! and ran perlcc. it gave me an...
    5. What makes FormsAuthentication effect?
      In .NET, you normally set up forms auth in the config file and then make sure the logon page sets the auth cookie. From then on, you do not have to...
  3. #2

    Default Re: Images makes projector very big...

    Director saves it's source file images in a lossless format (repeated
    modify/save of jpeg compressed images degrades quality)

    To make the distributed file smaller than a source .dir file you can
    shockwave compress the media, using the jpeg compression publish option.
    As long as you stick to a standard player there is no need to install
    shockwave on the end user's system.
    The alternativeis to input the jpeg files as external linked members.
    There is a slight advantage to internal shockwave compressed members,
    they get written to the disk surface in the order in which they appear
    in the score, reducing CD seek delays.
    JB 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