Professional :: Pixelated Images When Scaled Down

Mar 27, 2008

I have scaled down some JPG's in flash and they look fine but when I publish to a SWF they look pixelated. I've read other threads and done what is suggested i.e. Smoothing on or off, JPG's instead of PNG's and quality at 100% with no success. I know that Flash isn't a resolution based application and bitmaps are but the images look fine in the Flash IDE.

View 6 Replies


Similar Posts:


ActionScript 3.0 :: Vectors Become Pixelated When Scaled?

Nov 16, 2009

I'm trying to scale down some vectors but when i do they become pixelated. So I tried putting then in a container and scaling down the container, but pixelation still occurs.can anyone tell me why this is happening and a possible work around?Here is the function from my class:

private function addItems():void
{
addChild(itemsContainer);

[code].......

View 3 Replies

Actionscript 3.0 :: Vectors Become Pixelated When Scaled

Nov 16, 2009

I'm trying to scale down some vectors that have a z position set (other than zero) and they are becoming pixelated. So flash is obviously bitmapping the vectors.

Does anyone know of a work around to stop the pixelation?

Here is the function from my class:

private function addItems():void
{
addChild(itemsContainer);
// make the items.

[Code].....

View 1 Replies

PNG Images Pixelated When Tweening

Dec 3, 2009

I have imported two images from PS to Flash in PNG format. They are the perfect size and ready to use (i.e. not scaling these images). When I convert them to movies, the animation looks great in Flash, but when I export them they only look good when I have the HTML settings set to "Best". If I don't have this setting on, it looks like crap (i.e. very jagged). These are photos btw, not vector images or shapes.

The reason I want this to be optimized without the control of HTML is because I am creating web banners for advertising. When I submit my swf file to the webmaster, they basically will embed the swf with whatever settings they choose. If they don't have the setting on "Best", the file looks like crap. Allow smoothing is on.

1. When I import the PNG image, can I safely select JPG compression via the Bitmap Properties? Or do I need to keep it as lossless? If I select JPG, I can considerably reduce the filesize, although I'm not sure if that causes the images to look jagged as well.

2. Is there anything I can do outside the HTML settings to display my animations without the jagged edges? I need to keep my filesize under 50Kb which is pretty hard when working with photos and animation etc.

View 3 Replies

Flash Gallery - Images Look Pixelated

Nov 17, 2009

I created a flash image gallery for my site but the images look pixelated. I really don't like the way they look. Im fairly new to web design and very new to flash.

View 3 Replies

Dynamically Loaded Images Are Pixelated?

Aug 8, 2011

I've used AS2.0 to build my site. I have several .jpgs that I'm loading dynamically on my flash site from my server. For some reason only some of the .jpgs are loading pixelated. I've tried to look up solutions to this, but I'm not exactly sure where a quality=best or smoothing=true script should be placed. And I'm equally as puzzled as to why only some of my .jpgs are loading pixelated? This is very frustrating, this is the code I'm using to load my images:

loadMovie("Wave.jpg", _root.image_box_9);

View 1 Replies

IDE :: Tweened Images Pixelated After Publishing

Jan 20, 2009

I'm creating a very basic tween of an image which scales down to half it's size. It looks fine in Flash but when published the scaled down image looks like crap, all pixelated. I've done this hundreds of times in other versions with no problems except now. The publish setting for jpeg is set at 100% etc...

View 1 Replies

ActionScript 3.0 :: Images Become Sort Of Pixelated And Blocky

Sep 17, 2010

When I rotate images that have been imported to the library or loaded via loader and try to rotate or scale them using the interface or actionscript they become sort of pixelated and blocky. Has anyone else experienced this? If so, does anyone know why it happens or how to compensate for it?

View 3 Replies

IDE :: Quality Of Images When Scaled Down

Mar 6, 2009

I have a movie which is 1250 by 750. That is the largest it is ever going to be however I scale it down when viewed on smaller screen. The vector stuff and text scales fine, but the jpegs and pngs look very pixelated. Is there a scalemode I can set for these images that allow them to scale more cleanly?

View 1 Replies

IDE :: Imported Images In Scaled Swf?

Apr 9, 2009

've been building some website in pure flash with as2, where index.html is only a 100%x100% swf movie without any marginsi didn't expect there was supposed to be a gallery but oh well. our client decided that he wants to have some gallery in his flash website. this of course wouldn't be a problem if the swf weren't scaled but it unfortunately is so everytime it loads an image it is, of course, sacled up/down which produces a really ugly pixelated image (because nobody would want to have his gallery images scaled up 2 times)if i knew there was going to be a gallery, i would export it into html with "match movie" dimensions and dynamically reposition all the objects in the swf but i didn't. and i don't have time to rebuild the damn site againso i'm asking, is there any option for a loaded image that it would not get scaled up/down while the swf(browser window) is? or a variable that tells at how much % is the movie scaled in the browser?(so i could re-scale the images inside flash) i know there is probably not but i'm really desperate

View 1 Replies

ActionScript 3.0 :: Quality Of Images When Scaled Down

Mar 6, 2009

I have a movie which is 1250 by 750. That is the largest it is ever going to be however I need to scale it down when viewed on smaller screen. The vector stuff and text scales fine, but the jpegs and pngs look very pixelated. Is there a scalemode I can set for these images that allow them to scale more cleanly?

View 2 Replies

Import Photoshop Images To Flash Without The Image Looking Pixelated Or Blurry?

Jan 25, 2010

how to import photoshop images to flash without the image looking pixelated or blurry?When the flash movie is exported as a swf and embedded to html, the images look blurry and pixelated and not sharp like they are in photoshop.It is not the size because I resized the images in flash before i imported the images into flash. The flash document size is 72 dpi would this be the problem?

View 2 Replies

ActionScript 3.0 :: Images Incorrectly Scaled On Loader?

May 22, 2009

the loader class isnt loading images to their correct scales.they are always stoo short in width. is there a work around for this? it may be a common issue. im using AS3 for this.

View 1 Replies

ActionScript 3.0 :: Get Rid Of Bad Pixelation On Slowly Scaled Images?

Jun 28, 2009

I'm currently working on a new gallery for my artwork, and I got it working just the way I like it, except for one major problem!see, I want the images to scale up slowly while music is playing, it's a really beautiful effect...but I keep getting a pixellated moire pattern that is pretty much ruining the artwork. I've searched for an answer to this, but no avail( the closest I came is something about bicubic sampling. for me at all?[URL]

View 2 Replies

Flex :: Smooth Mousover Images Inside Scaled App?

Apr 28, 2010

I have a flex app I am scaling using systemManager.stage.scaleMode=StageScaleMode.NO_BORDER; for the most part it works well except for my bitmap data (mostly png's from the designers).

I can set the mx:image tags to smoothBitmapContent=true and that works great for everything except my mouseover objects. When I do a mouseover, the source is being changed from one embedded image to another embedded image. I have tried several (many) online "smoothimage" classes, and tried to write my own, I have tried to reset smoothBitmapContent every chance I get but still no dice. It seems to mee that because I am scaling at the app level, that the flopped out bitmap is not getting smoothed when it renders.

View 1 Replies

Professional :: Graphic Becomes Pixelated On Side Scrolling SWF File

Aug 10, 2010

I'm creating a side scrolling presentation that has logos from different companies moving from the right to the left of the movie. The images are high resolution, but the type becomes unreadable when they are in motion. Is there a way for me to have a smooth image from beginning to end without a loss in image quality? Here is the presentation: [URL]

View 6 Replies

Professional :: 3D Rotation Tool And Rough Jaggy Pixelated Edges

Mar 8, 2010

I created an animation using the 3D rotation tool, but the quality, the rendering is very bad, rough jaggy pixelated edges. Is there any way to improve the quality.

View 3 Replies

Professional :: 9-slice Scaled Object Won't Export As Transparent PNG

Aug 13, 2009

Is it possible to export a 9-slice scaled object as a transparent PNG? At the moment File > Export > Export Image > Transparent PNG will not output any 9-slice objects. This is quite a hassle, since I can't seem to get these objects transparently into Photoshop or Illustrator (both CS4) - what's the use of working with 9-slice objects if you can't export them flattened even to other applications? I use them extensively, but looks like I will have to convert them all the separate movieclips without this cool functionality, since it is more a pain than anything else once you need to use these graphics outside Flash CS4.

Am I missing something? "Work seamlessly between Adobe apps" is starting to sound more than a marketing/sales pitch than an actual reality. I have tried export these images as EPS/AI to open in Illustrator CS4 - they don't come out correctly at all / gradients messed up / errors on open. So, no more 9-slice scaling objects if I want to export to tranparent PNG from the IDE?

View 4 Replies

Professional :: Text Renders Poorly In Preview If Scaled In Tween?

Oct 20, 2011

I'm scaling text from small to large using tweens, but when the text is scaled, it turns into these unreable blobs.  The text is still editable, just not useful.  (The output looks fine, however.)Is there a setting, or a different method, I should be using to scale text in a tween to prevent this?

View 3 Replies

Button Animate From Its Normal Size To A Larger Size But In A Fluid Scaled Motion Images

May 10, 2009

I need to make a button animate from its normal size to a larger size but in a fluid scaled motion. I'm using a png image I cant seem to get it to scale from small to big when animating, and I have inserted a motion tween.

View 3 Replies

Flash :: Professional - Video Rotation - Image Becomes Very Pixelated And The Edges Of The Video Become Jagged

Dec 10, 2010

I am currently working on a flash website that has several flv videos on it. Since the website layout has a slight tilt, I have had to transform the videos to slightly tilt as well. The problem that I am having is that when I do this the image becomes very pixelated and the edges of the video become jagged. I have somewhat fixed the edges issue by making a mask around it but i really dont know how to make the resolution better, or what causes it to loose resolution when slightly transformed. The size of the videos is the same as encoded. All I do is tilt them upwards on the right side a bit.

View 1 Replies

Flash :: Professional - "Pixelated" And Out Of Sync Movies Played

May 12, 2011

Recently i had a problem with my flash player after installing a Windows Update (not sure if its related). Movies played on sites like YouTube became out of sync and pixelated. Im not exactly sure how to explain this, so i uploaded a few pictures of the issue.

[URL] The sound is normal and the only thing affected if the video. If is there is any sudden movement in the video, it will distort the image. using v10.2 and am on Win7 x64. Viewing the video's in Firefox. I had the same issue on my older computer a while back using Vista x64 in both Firefox and IE. The problem on my older computer was resolved by simply restarting the computer. But this time that didnt work. I also tried uninstalling and reinstalling flash, and restarted multiple times

View 1 Replies

ActionScript 3.0 :: JPG Loaded Via XML Pixelated

Jul 10, 2010

I am making a simple little movie that reads an XML file, gets the url of the most recent nodes image and displays it.I have everything working, but the image gets pixelated when it gets sized down, and I cannot figure out how to enable smoothing with my code.I am new to A.S. so I am fumbling my way through something this advanced. From my reading I think I cannot enable smoothing because I am using a UILoader to display the image?[code]

View 6 Replies

External Jpg Looks Pixelated When Called?

Apr 15, 2008

I am calling a group of "large" jpgs into a slide show viaxml at runtime.The files are at size and with no compression as they are seelocally on a touchscreen.They look good in Pshop on screen, but when viewed in the swfthey have odd edges in t etext areas or anywhere there is adramatic shift in color or contrast. It looks like compressionissues, but I have been through each file multiple times andnothing seems to be wrong.Is there a limit to what file size can be imported andmanaged clearly by flash?Movie is 1924 x 1200 and the slideshow running in the windois 1277x959(rgb,jpg,files@72DPI)Image quality is very important on these because they are on

View 2 Replies

ActionScript 3.0 :: 3D Objects Become Pixelated?

Sep 11, 2009

why a vector in a movieclip becomes pixelated when the movieclips z value is set to a nagative value?for example:mcSphere.z = -500; looks awful.

View 1 Replies

IDE :: Play The Swf, The Resolution Gets All Pixelated?

Jan 15, 2009

I'm having problems with image resolution...I'm using .png files, and the color/reso looks great in the flash file, but when I play the swf, the resolution gets all pixelated.

View 1 Replies

IDE :: Pixelated Jpegs With Swf Resizing?

Feb 10, 2009

I have a swf embedded in a HTML page at 100% - so it resizes with the page. In this I am dynamically loading jpegs... however, if the swf is displaying at anything other than its original size the jpegs look clumsily pixelated... which would be understandable if they were bigger than their native size, but it also happens when theyre smaller....

View 4 Replies

Create Drop Shadow Becomes Very Pixelated?

Mar 25, 2010

First i made the images with drop shadows in Illustrator and they looked fine there. When i copied them in to Flash they became pixelated.

I then got rid of the drop shadow in Illustrator and re-made it directly in Flash using the Filter/Drop Shadow property. It still is coming out very pixelated, even on "high quality" setting.

View 3 Replies

ActionScript 1/2 :: Dynamically Loaded .jpg Are Pixelated?

Aug 8, 2011

For some reason only some of the .jpgs on my flash site that are being loaded dynamically are loading pixelated. I've tried to look up solutions to this, but I'm not exactly sure where a quality=best or smoothing=true script should be placed. And I'm equally as puzzled as to why only some of my .jpgs are loading pixelated?

On the timeline where the movieclip is located I have the following code:loadMovie("Wave.jpg", _root.image_box_9); On the movieclip itself I have this code in order to create a fade in:
 
onClipEvent(load){this._alpha = 0;speed = 10; // change this to change fade speed}onClipEvent(enterFrame){loaded = this.getBytesLoaded()/this.getBytesTotal();if(loaded == 1){this._alpha += speed;} else {this._alpha = 0;}if(this._alpha >= 100){this._alpha = 100;}}

View 4 Replies

IDE :: Converting Flash (FLA) To Animated GIF Becomes Pixelated

Jan 28, 2009

I've got a FLA file making an animated banner. When I export it as an animated GIF, the background (which originally is a solid color) has either dots or crosses making up the color. I've tried different settings such as dithering, changing the palette but have had no luck. And I'm using one of the 256 colors. Using a FLA that did have a good solid bg converted animated GIF, I tried to export that one as well and it comes up with the same problem. So that means it's not the color/fla that is wrong, but is my exporting to animated gif method.
Attached is how the background turns out:

View 1 Replies







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