Professional :: Poor Quality With Animated .gif?

Dec 4, 2010

I'm trying to create a small animated graphic but under gif. format looks terribleI am missing any trick or should I try other format (which)?

View 5 Replies


Similar Posts:


Professional :: Sound - Synching Leads To Poor Quality

Apr 30, 2011

So I have a 5 minute animation that has narration to explain what is going on. First I ran into synching problems when I had the sound as an external file. Today I found a tutorial that had me import the mp3 file into the library, put it on its own layer and put the synch setting in properties to "stream". Now when I play the movie in flash the audio still sounds normal but when I test or publish the movie the sound quality goes so far down it's intolerable. She sounds like Yosemite Sam with all the Suffering Suckatash. This is pretty urgent, my graduation next week pretty much depends on this project.

View 2 Replies

Professional :: Poor Sound Quality In Quicktime Or Swf File

May 17, 2011

The audio is fine in the flash file but it is bad in the quicktime or swf file I exported.

View 4 Replies

Professional :: Poor JPEG Quality When Loaded Externally In Flash Via .xml

Jul 26, 2011

I have a movie that loads images from an external source based on paths contained within an .xml. As far as I can see, there is no restriction to the size of the loaded image, which are are JPEGs, hence flash will not have these images resized. The images look fine when loaded in Photoshop or viewed separately, but the quality is just awful when loaded within the movie.
 
I've tried the usual hints like increasing JPEG quality in Publish Settings, but understand that since these images are not imporated into Flash CS5 before compiling, but are instead loaded when the .swf is run, these settings would not have any effect.

[Code]....

View 1 Replies

Professional :: Poor Quality Motion Tween With Png Image, Tried "Trace Bitmap" But Then It Looks Like A Newspaper?

Feb 28, 2012

I'm trying to get a transparent image to fly in from the side.  So, I *thought* I was doing the correct thing by moving the "symbol" off of the visible portion of the stage, and creating a motion tween to move it onto the stage.  The motion works, but the quality of the image in general (and the text in specific) looks pixelated.Thus, I did a little bit of snooping, and everyone said that you should start with a bitmap.  So I saved the image from Photoshop into .bmp format, and was able to set the properties to "allow smoothing" and with lossless compression.  So far, so good.  Now, as I expected, the transparency is no longer there... 
 
So here's the question:  how can I make this image retain its quality, still have transparency, and a motion tween?It seems like this is some set of characteristics that don't play well together, even though I see this type of thing online ALL the time.I tried "Trace Bitmap" to convert to a raster image, and tried to follow some suggestions online, but when I do "Trace Bitmap", it ends up looking like it has a bunch of grayish dots on the image... definitely NOT what I was expecting.

View 1 Replies

Poor Video Quality When Embedded To Swf

May 9, 2011

I'm building a flash website where I'll show my tv commercial works. In  the flash project I placed a FLVPlayback component that will play  different flv videos. Those videos look very good and crispy when played  in quicktime player. But when I export the swf from flash and play it  the videos look bad with a lot of compression artifacts and pixelation.To show you what I exactly mean you can go to my website (url...) and click the 8th video in the scroll panel. Compare it's quality with the link to which refers the (url...)

View 1 Replies

Poor Quality With Adobe Flash

Sep 7, 2011

I'm thinking of developing an application with Adobe Flash CS4 but I'm having some serious quality issues when importing material from Adobe Photoshop CS4 and Adobe Fireworks CS4.When I import the material as a bitmap, the quality is better (then importing as movieclip) but not good enough.I was just wondering, how do the pro's do it? All the big companies, organizations ect ect.

View 1 Replies

ActionScript 3.0 :: Poor Image Quality When Using RotationXYZ?

Feb 1, 2011

I'm getting reduced image quality when I modify my MovieClip's .rotationY property. I've read that flash converts the object into a bitmap which explains the reduction in quality. However my MovieClip will eventually return to it's default position .rotationY = 0; and i don't want it to have a loss in quality.

View 1 Replies

ActionScript 3.0 :: Poor Text Quality When Adding?

Mar 16, 2009

I make my textfield and wrap it in a movieclip and add it to the stage, and it looks great. As soon as I make it a linkage class (ClientText) and add it with

var clientText = new ClientText ();
clientText.x = 75;
clientText.y = 60;
addChild(clientText);

It gets really rough (see image attached) any idea how I can fix this?

View 2 Replies

CS3 Poor Image Quality In Debug / Test Mode

Jul 22, 2010

I've had no such problem like this until today. Basically when i try and drag an object from photoshop to the stage in flash, everything looks great on the stage and usualy everything looks fine in the test / debug mode. But suddenly i've come up against a very anoying problem. Everything looks great on the stage, but as soon as I go to test the movie, the image quality of whatever it is I have imported goes terrible. Like its been compressed to less than 10kb!The image looks fine on the stage but the problem accurs when I try to test to movie.I have tried importing different size images, not transforming the images in flash, making sure all the settings (I know of) are on high.

View 2 Replies

ActionScript 3.0 :: Poor Quality Of Resized Bitmap After FP Update?

Mar 7, 2011

Now, after my flash player update from 10.0 to 10.2.152, resized image quality is poor. Also quality depends on original image dimensions, even 1px difference in width or height for same user's original image for some reason can affect differently on quality of resized image.Actionscript Code:

result = new FileWork(Bitmap(loader.content));
Actionscript Code:
package fgm{  import flash.net.*;  import flash.system.*;  import

[code].....

View 1 Replies

ActionScript 3.0 :: Poor Font Quality In Dynamic Text?

Oct 13, 2008

Does anyone notice that, for a dynamic text field, the font quality changes with font size?It will consistently become suddenly bolder at certain font size!URL...It will only not happen if font is embedded...but due to file size this is often not possible!Is this a flash bug/limitation?

View 1 Replies

Actionscript 3.0 :: Poor Image Quality When Animating Z Coordinates

Sep 15, 2010

I am using TweenMax to animate the z coordinates of a movieclip containing vector type. So far I've only done a super-simple pan out/zoom in, but I feel like I must be doing something wrong because the type looks awful when it's zoomed out and in. I would think that a vector object should look great at any size, but its very pixilated.

[URL]

Code: Select allimport com.greensock.*;
step1();
function step1()
{
TweenMax.to(mc_z, 1, {z:5000, delay:1, onComplete:step2});

[Code]....

View 3 Replies

ActionScript 3.0 :: Gradient Quality Is Poor (Flash Vs Photoshop)

Feb 19, 2010

The quality of my gradients needs to be as good as in Photoshop. But no matter what I do, they look choppy (with banding). Here an example: Flash (Timeline or AS3 the same) / Photoshop

[Code]....

View 11 Replies

ActionScript 3.0 :: Poor JPEG Quality When Loaded Externally In Flash Via .xml?

Sep 25, 2011

Basically, my problem is that I have a movie that loads images from an external source based on paths contained within an .xml. As far as I can see, there is no restriction to the size of the loaded image, which are are JPEGs, hence flash will not have these images resized. The images look fine when loaded in Photoshop or viewed separately, but the quality is just awful when loaded within the movie.I've tried the usual hints like increasing JPEG quality in Publish Settings, but understand that since these images are not imporated into Flash CS5 before compiling, but are instead loaded when the .swf is run, these settings would not have any effect.Does anyon

Code:
stop();
var my_x:Number;

[code].....

View 3 Replies

ActionScript 2.0 :: Poor Image Quality Using The Xml Photo Gallery Tutorial?

Aug 22, 2006

I modified a version of the xml photo gallery tutorial featured on this website, and am using that. But when my images pop up the quality is horrible. I've gone through and checked everything I know to look at. Then I decided to build my flash site twice as big, and use pictures that were twice as big to get some quality. This didn't work either..

View 4 Replies

ActionScript 2.0 :: Images Within Flash Site Are Getting Resized To Poor Quality?

Oct 23, 2006

In it are about 20 thumbnails that, when clicked, open up into large ~750x600 images. The images contain some text on them. In Flash itself, the images open up properly and look great. But when the site is placed on the web (and the html code below is used), the images are resized to smaller, poorer quality and the text (on the images) is practically unreadable. I have tried the images as jpegs and pngs - both look crappy on the web.

I use the following html code to make the site fit peoples' various browser window sizes. This is what is causing my problem, because when I don't use this html code the images look fine. But, I NEED to use this code in order for the site to fit various browser windows.

HTML Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="100%" HEIGHT="100%" id="index.swf">

[Code]....

So how can I make my site fit the browser window WITHOUT ruining my images in the process? How can I 1) keep the image sizes constant, or 2) let the images resize along with the rest of the site, but keep them in good quality?

View 1 Replies

Media Server :: H264 Rtmp Poor Video Quality Compared To VLC Play

Apr 8, 2011

Same file streamed from FMS4 (same on 3.5) with rtmp protocol has very poor quality compared to real file quality. Is there some low level configuration to do on Flash Server? Is the streaming server making some kind of transcoding before sending the stream? Or it can be Flash Player? Tried unchecking "hardware acceleration" but nothing changes. I am on a local gigabit network, so no network bottlenecks. Video seems very pixelated on the edges (not soft/antialiased). These are the file details:

[CODE]....

View 4 Replies

Flex :: Resolve Poor Flex Video Quality With Red5?

Aug 11, 2011

I am using Flex for displaying videos streamed using the Red5 server. Basically i have two perspectives - one who relays and one who receives the broadcast. On the Flex side, in the video display, the video quality is good but on the receiver side it appears pixelated. I can't find the cause. Does this have anything to do with Flex encoding of videos or any Red5 server settings?

View 1 Replies

ActionScript 3.0 :: Animated 3D Text Quality - Aliasing Doesn't Work Fine

Sep 29, 2009

i've a problem with a 3D animation of a dynamic textF (a textfiled nested in a MC). Everything goes fine, but the quality of the text, at the end of the animation, slow really down. It's like the AAliasing doesn't work fine (it's setted on "Antialising for animation", but if i use anyone else, the result doesn't change).

View 1 Replies

Professional :: Export Animated Banner In Animated .gif Format

Sep 1, 2006

I have been tyring to export an animated banner, in animated.gif format. it's a simple animated text with no gradients. it should go on top of a graphic which has some gradients and is multi-coloured and with effects (the colours are similar to the one/i used in the page) as you can see here the text looks a bit funny.url...

View 3 Replies

Professional :: Poor Text Rendering In IE9?

Jun 30, 2011

I recently upgraded my IE from 8 to 9 and immediatly saw problems with text. No problems in loading, or giving errors, etc. Just quality of some text. 
With IE9, in many of my flash (cs4) applications, text that had been quite sharp is now blurry and hard to read. Some text is fine, other poor, and I cannot seem to see what is common to the places where text is poor. If I shift to IE8 compatability, all is fine there. Back to IE9, the problem. 

If in IE9 I check in Internet Options/advanced to "use software rendering not GPU rendering", my IE9 flash stuff looks fine. That solves in my end, but obviously no help for publishing on the web. (This was a recomendation somewhere.) have apps that looked fine, only to have parts of them almost unreadable when viewed in IE9. All fine in Opera, firefox, safari, IE 8/7. Has always been somewhat a problem in chrome, but have seen where that is a documented problem.

View 1 Replies

Professional :: Animated Mask On An Animated Clip?

Jan 20, 2012

Am I completely hallucinating or what ? That's several years I'm working with Flash, and today, i want to do the simplest animation ever, and it just doesn't work....I want to mask an animated clip with an animated mask (a shape animation), but every time the mask arrives at a keyframe, the clip restarts to the frame 1 !!I added a piece of code to see at which keyframe it is blocked, and at every mask keyframe, the code says 'TypeError: Error #1009: null property..

View 2 Replies

Professional :: Camtasia Studio Movie Parameters: Quality = "best" Instead Of Quality = "high"?

Sep 30, 2011

When publishing a project from Camtasia Studio 7, the params list includes a setting for quality. But instead of the usual "high" value, it sets it to "best". I Google'd and searched these forums but had no luck finding any definitive explanation if these two settings are equivalent. Can anybody enlighten? This topic also spurred another question, does the quality default to the highest value if the parameter value is invalid?

View 2 Replies

Professional :: Xml Images And Quality Is Very Low

Sep 11, 2010

I have a dinamic gallery loaded from a xml file, but the quality of the images (jpg) in flash is very low. Is there a solution to this problem?

View 11 Replies

Professional :: CS5.5 IOS App Graphics Quality

Feb 9, 2012

I am designing my whole app in photoshop and currently in the process of moving all of the images to flash to add interactivity. The promblem is, when we put the app on the iphone the quality of the graphic is lowered for some reason. When I am building in photoshop my settings: 640px by 960px 72 ppi Saving out as a .jpg When I send the jpg as a picture to my iphone 4 and view it in my "Photos" app, it looks great, but on the test app it loses quality. Does anyone have anyone have any idea whats going on here?

View 16 Replies

Professional :: Loosing Image Quality?

Feb 13, 2010

I am new to flash & working on my first swf file for a website.Problem is I loose image quality after publishing & uploading to the website.Ive located the publish setting for jpegs & changed this to 100% but problem still exists.When I do publish preview with the flash program it looks fine.

View 10 Replies

Professional :: Why Does Flv Conversion Muddy The Quality?

Apr 21, 2010

I am converting a regular movie from Windows moviemaker wmv export (exported at highest quality) and converting it with Xilisoft flv converter (at highest quality upon conversion) and I noticed the output quality of the final FLV is degradated a little. Some of the symptoms are: lower light, slight pixelation,and loss of crisp detail. Audio sounds great but why does the picture lose it's clarity from how it looks in moviemaker? I can see the crispness of the outlines in the video in Moviemaker, but in the final flv, it loses that. Is there anything I can do to make it keep it's original crisp look like how it looks in MM, or do you have to expect a loss of quality when using flvs?

View 4 Replies

Professional :: Image Quality Of The Webcam Is Very Low?

Jul 4, 2010

I am creating a basic webcam display right now and the image quality of the webcam is very low how can I fix this? My code is:

var camera:Camera = Camera.getCamera();var video:Video = new Video(); webCam.attachCamera(camera);

View 2 Replies

Professional :: Video Quality As Low/high/HD?

Apr 11, 2011

How to provide a video quality as Low, Medium, High and HD in flash actionscript

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved