Ask a Question related to Macromedia Flash, Design and Development.
-
Unknown User #1
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
-
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... -
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... -
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... -
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... -
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... -
Jeckyl #2
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
-
Ben Plain #3
Re: Strange gap in image
On 13/4/05 3:51 AM, in article op.so4rwqiyr3xrds@cinza, "Unknown User"
<me@privacy.net> wrote:
Another way around this and may provide nice results is to save the image as> 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,
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
-
Unknown User #4
Re: Strange gap in image
On Wed, 13 Apr 2005 04:29:02 -0300, Ben Plain <webmaster@skunkwerx.com.au>
wrote:Problem is where the ugly effect happens is in the middle of the image, it> 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.
>
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
-
James #5
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
-
James #6
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
-
Unknown User #7
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



Reply With Quote

