Strange gap in image

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

  1. #1

    Default Strange gap in image

    I have created a Flash animation for this web site:
    [url]http://www.bonardi.com.br[/url], but if you look carefully at the background
    forest photo, as it is moving, there is a strange "ugly" effect: the left
    part of the photo seems to get in and out of the right part. It is really
    strange because the first time this happened, I decided to re-create the
    animation from scratch, and now, I have the same problem.
    Any idea?
    Thanks,

    --
    Using Opera's revolutionary e-mail client: [url]http://www.opera.com/mail/[/url]
    [url]http://www.auriance.com[/url] - [url]http://www.auriance.net[/url]
    Unknown User Guest

  2. Similar Questions and Discussions

    1. Open Image in 'Kodak Image Edit Control' with web browser.
      hi, 1.I want to show a image file of type '.tif' in the browser window; for that I'm writting as ASP code page. 2.This '.tif' type image can be...
    2. Resizing high res image smaller results in blurred image
      Hi there, I have a high res logo in PSD format (around 1500px x 1500px) but when I resize it to around 300px x 300px the resulting image is not...
    3. Strange Image Problem
      > I'm somewhat new to flash, so if this is a stupid question, please If you load linked content into the pane it could be an problem with the...
    4. Can I take a small (320x240), blurry image, and make it a clear, large image?
      Just wondering if there is an easy way to do this? I'm sure it won't be perfect cause photoshop can only work with what's there, but maybe it can...
    5. Strange Problem Rendering Image in DataGrid
      When the user clicks an image on my shopping cart app, they are forward to a page with a larger image of the item along with a description loaded...
  3. #2

    Default Re: Strange gap in image

    Looks like the infamous bitmap shift problem that has been there for years
    and years and is still not fixed.

    Do a search in Macromedia support area on bitmap shift and find all the
    strange things you can try to do to see if it fixes the problem.
    --
    All the best,
    Jeckyl


    Jeckyl Guest

  4. #3

    Default Re: Strange gap in image

    On 13/4/05 3:51 AM, in article op.so4rwqiyr3xrds@cinza, "Unknown User"
    <me@privacy.net> wrote:
    > I have created a Flash animation for this web site:
    > [url]http://www.bonardi.com.br[/url], but if you look carefully at the background
    > forest photo, as it is moving, there is a strange "ugly" effect: the left
    > part of the photo seems to get in and out of the right part. It is really
    > strange because the first time this happened, I decided to re-create the
    > animation from scratch, and now, I have the same problem.
    > Any idea?
    > Thanks,
    Another way around this and may provide nice results is to save the image as
    a PNG with alpha fades on the sides and overlap the images, this will help
    make it seamless and reduce the visual effect of the images moving.

    Ben Plain Guest

  5. #4

    Default Re: Strange gap in image

    On Wed, 13 Apr 2005 04:29:02 -0300, Ben Plain <webmaster@skunkwerx.com.au>
    wrote:
    > Another way around this and may provide nice results is to save the
    > image as
    > a PNG with alpha fades on the sides and overlap the images, this will
    > help
    > make it seamless and reduce the visual effect of the images moving.
    >
    Problem is where the ugly effect happens is in the middle of the image, it
    is not in the boundaries of two images one next to the other. It is a
    large photo that goes from left to right and stops. There is no loop.

    --
    Using Opera's revolutionary e-mail client: [url]http://www.opera.com/mail/[/url]
    [url]http://www.auriance.com[/url] - [url]http://www.auriance.net[/url]
    Unknown User Guest

  6. #5

    Default Re: Strange gap in image

    Yeah, always use PNG source -- never use JPG... set compression to an
    odd number, like 77% quality, in your export settings. Use an odd
    numbered framerate, like 31... Also, DO NOT use motion tweens, code the
    animation using the tween class transition, or an old school function.

    The pixel shift is a bug that occurs when you try to motion tween a
    bitmap at an even framerate... took me awhile to figure this one out.

    Cheers,
    [url]www.jameshicks.info[/url]


    Unknown User wrote:
    > On Wed, 13 Apr 2005 04:29:02 -0300, Ben Plain
    > <webmaster@skunkwerx.com.au> wrote:
    >
    >> Another way around this and may provide nice results is to save the
    >> image as
    >> a PNG with alpha fades on the sides and overlap the images, this
    >> will help
    >> make it seamless and reduce the visual effect of the images moving.
    >>
    >
    > Problem is where the ugly effect happens is in the middle of the
    > image, it is not in the boundaries of two images one next to the
    > other. It is a large photo that goes from left to right and stops.
    > There is no loop.
    >
    James Guest

  7. #6

    Default Re: Strange gap in image

    forgot to add -- turn your PNG image into a movie clip and set the alpha
    to 99%... this eliminates the jitters.

    James wrote:
    > Yeah, always use PNG source -- never use JPG... set compression to an
    > odd number, like 77% quality, in your export settings. Use an odd
    > numbered framerate, like 31... Also, DO NOT use motion tweens, code
    > the animation using the tween class transition, or an old school
    > function.
    >
    > The pixel shift is a bug that occurs when you try to motion tween a
    > bitmap at an even framerate... took me awhile to figure this one out.
    >
    > Cheers,
    > [url]www.jameshicks.info[/url]
    >
    >
    > Unknown User wrote:
    >
    >> On Wed, 13 Apr 2005 04:29:02 -0300, Ben Plain
    >> <webmaster@skunkwerx.com.au> wrote:
    >>
    >>> Another way around this and may provide nice results is to save the
    >>> image as
    >>> a PNG with alpha fades on the sides and overlap the images, this
    >>> will help
    >>> make it seamless and reduce the visual effect of the images moving.
    >>>
    >>
    >> Problem is where the ugly effect happens is in the middle of the
    >> image, it is not in the boundaries of two images one next to the
    >> other. It is a large photo that goes from left to right and stops.
    >> There is no loop.
    >>
    James Guest

  8. #7

    Default Re: Strange gap in image

    Thanks.

    On Wed, 13 Apr 2005 19:15:24 -0300, James <james@urbanpixels.com> wrote:
    > forgot to add -- turn your PNG image into a movie clip and set the alpha
    > to 99%... this eliminates the jitters.
    >
    > James wrote:
    >
    >> Yeah, always use PNG source -- never use JPG... set compression to an
    >> odd number, like 77% quality, in your export settings. Use an odd
    >> numbered framerate, like 31... Also, DO NOT use motion tweens, code the
    >> animation using the tween class transition, or an old school function.
    >>
    >> The pixel shift is a bug that occurs when you try to motion tween a
    >> bitmap at an even framerate... took me awhile to figure this one out.
    >>
    >> Cheers,
    >> [url]www.jameshicks.info[/url]
    >>
    >>
    >> Unknown User wrote:
    >>
    >>> On Wed, 13 Apr 2005 04:29:02 -0300, Ben Plain
    >>> <webmaster@skunkwerx.com.au> wrote:
    >>>
    >>>> Another way around this and may provide nice results is to save the
    >>>> image as
    >>>> a PNG with alpha fades on the sides and overlap the images, this
    >>>> will help
    >>>> make it seamless and reduce the visual effect of the images moving.
    >>>>
    >>>
    >>> Problem is where the ugly effect happens is in the middle of the
    >>> image, it is not in the boundaries of two images one next to the
    >>> other. It is a large photo that goes from left to right and stops.
    >>> There is no loop.
    >>>


    --
    Using Opera's revolutionary e-mail client: [url]http://www.opera.com/mail/[/url]
    [url]http://www.auriance.com[/url] - [url]http://www.auriance.net[/url]
    Unknown User 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