Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default C4 upgrade issues

    Contribute 4 issues i've noticed:

    1. Images do not resize like c3 - images are resized in code not the actual
    image, this leads to poor quality and larger download times. This is a big step
    backwards from vrsion 3 - is there a setting to correct this or is it the new
    standard?

    2. Contribute 4 will not install on XP64 - our office is upgrading to 64 bit,
    but we have to now keep a couple of the old systems around for contribute
    training with the 32 bit - how long until Contribute catches up with other
    Adobe products and can atleast operate in a 64 bit environment.

    3. Contribute does not always play well with the Active-X java script code
    needed to fix microsofts IE disaster, we have a couple clients who get a white
    bar.

    If any one has any info on issue one, i'd love the infor or feedback - issues
    2 and 3 are more FYI.

    Bill

    curiousprojects Guest

  2. Similar Questions and Discussions

    1. ColdFusion 7 Upgrade Issues
      We have attempted to install ColdFusion 7 multiple times on Solaris 9. We currently run ColdFusion MX Server 6.1 in /opt/coldfusionmx. Attempt...
    2. Upgrade issues
      I've upgraded to PS7.0 from 6.5. I originally started with 5.5. I now have three versions of PS on my desktop that are taking up significant and...
    3. 2.6 to 8 upgrade, copy boot disk, device issues
      Have you ever looked at the Sun package Live Upgrade ? I have used it to upgarde a couple of our servers and it went very well with limited...
    4. File locking issues since upgrade to XP
      We recently upgraded our accounting department from a mixture of Win 98 and Win 2K to Win XP. They had Office 2K before and after the upgrade....
  3. #2

    Default Re: C4 upgrade issues

    curiousprojects wrote:
    > Contribute 4 issues i've noticed:
    >
    > 1. Images do not resize like c3 - images are resized in code not the actual
    > image, this leads to poor quality and larger download times. This is a big step
    > backwards from vrsion 3 - is there a setting to correct this or is it the new
    > standard?
    >
    > 2. Contribute 4 will not install on XP64 - our office is upgrading to 64 bit,
    > but we have to now keep a couple of the old systems around for contribute
    > training with the 32 bit - how long until Contribute catches up with other
    > Adobe products and can atleast operate in a 64 bit environment.
    >
    > 3. Contribute does not always play well with the Active-X java script code
    > needed to fix microsofts IE disaster, we have a couple clients who get a white
    > bar.
    >
    > If any one has any info on issue one, i'd love the infor or feedback - issues
    > 2 and 3 are more FYI.
    >
    > Bill
    >
    1. Images resizing behavior remains same both in C4 as well as in C3.
    Here is how it works:
    a) Insert an image from your computer
    b) publish the page (your image name will be image.jpg (say) )
    <img src="images/image.jpg">

    c) Edit the same page
    d) Select the image, Double-Click on the image and Alter the
    Width/Height parameters, click Apply and publish. You will see that it
    will not publish a new image but it will modify only the html attributes.
    <img src="images/image.jpg" width=40 height=40>

    e) In edit mode, select the image, click on the Resize icon in the
    Image toolbar, you will see a square resizing control surrounding the
    image. Alter the size of the image by holding it with your mouse and
    resize the image. Image gets resized. Publish the page. Now an image
    with similar name will be created and published to the site with resized
    image attributes.
    <img src="images/image_000.jpg" width=xx height=xx>

    Notice the image_000.jpg as new resized image published to the site
    without altering the original image.

    f) Please note that the behavior is same both in CT 3 and CT 4.Nothing
    has changed.


    2. C4 does not claim to support XP64 bit. However if you have any
    problem with the msi, try to unzip the msi using winzip and install
    using the setup.exe. I am yet to try on that.

    3. Not sure what is the exact problem. Contribute 4 however has support
    for IE Activex security update (EOLAS). Can you check if it is problem
    only with specific machines or all of them? Can you check the version of
    flashplayer plugin...

    - Arun
    Arun Kumar M 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