ActionScript 3.0 :: Proper Resize Images And Videos At Runtime Without Losing Quality?

Dec 9, 2009

I've built a flash site in which i want to resize a movie to the stage. I do it by keeping the proportion, thus i only resize the width and then i resize the height acordingly to the new width but keeping the proportion. The problem is that my film still looks "pixeled". I found a website on which the stage resizes dinamically with the movie and the background images without either of them losing quality. Till now i knew that resizing images or videos in flash at authoring or runtime produces pixeled results.
 
This is the website: [URL:]. Can someone tell me how do they do it without losing quality? just make the browser windowed and resize the margins to see the effect.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Resize Flash Without Losing Quality?

Apr 10, 2010

I just completed a task for someones website and it is basically an animated banner. Well, I made it at 1350px wide, and they now want it resized to 900px. When I resize it in html, it loses a lot of the quality.

View 6 Replies

ActionScript 3.0 :: Resize Image Inside Movie Clip Proportionally Without Losing Quality

Mar 23, 2009

I've made a slide show and I've been successful so far. However, I'd like to add some thumbnails right below the original image (original size).Here are some specifications of the thumbnails:Size: 50 x 50 px.The image sources of the thumbnails and the original image are the same.Therefore, I'd like to resize only the movie clips for the thumbnails because the actual image file dimensions won't be changed.I tried simply setting the width and height of the movie clip to 50 but it lost quality and you get jagged lines in the image. Does anyone know a good algorithm to resize an image inside a movie clip proportionally and without losing quality?Btw, I'm using an XML files to store the images so you have to include the Loaders and stuff, what I really need to know is how to resize images without losing quality.

View 3 Replies

Flash :: Losing Image Quality In Movie

Sep 10, 2009

I have a logo which I have created in photoshop, it is made up of 4 layers, some of which I want to animate. I create my movie, I do so by opening my PSD file and then animating the layers. However I have a problem in that when I view my movie the image quality is poor, and there is what I would describe as noise around some of the image.

View 1 Replies

Professional :: Losing Quality While Exporting Clips As MOV Or AVI

Oct 31, 2011

I want to know something abt flash... When I am creating any clips in flash cs3 and exporting that as a video (avi or .mov) it loses the quality...

View 2 Replies

Professional :: Resizing Video In Flash Without Losing Quality

Jan 11, 2012

I have a higher resolution .flv file and I'm trying to replace an older version within my Flash file. However once replace (by use of the "swap video" feature when right clicking video), it blows the video up way bigger. When trying to scale down the video, it become fuzzy/pixelated upon output to .swf. Any proper way to resize this higher-res video without loosing picture quality?

View 1 Replies

Actionscript 3.0 :: Resizing Or Scaling Image Without Losing Quality?

Apr 23, 2009

Ive seen this done in some website, the image while resized (down of course) doesnt lose quality. When I tried to scale the loader it loses quality. I even tried to use bitmapdata for that but it seems the result is the same.

View 3 Replies

ActionScript 3.0 :: Load And Proper Resize External Swf File?

Nov 4, 2010

I`m trying to load swf into mc using Class I made for loading external content and then I shrink that swf.

Everything works fine, but, when I create graphic outside of the stage in swf I`m loading, my Loader flash display even that graphic.

View 1 Replies

Flex :: Changing A Flex Movie To Use Runtime Shared Libraries And Losing Text In Charts?

Dec 3, 2009

I'm creating a small size Flex movies which contains two line charts, at the moment the size of the release build swf is 343KB, which is too large for our needs.

I've tried changing the loading of the SWC file to Runtime Shared Libraries, but I found that this removed the text of the charts (the text for the x and y axis). Why would the text be removed when the Framework linkage is set as a Runtime shared library?

View 1 Replies

ActionScript 3.0 :: Image Quality On Resize?

Mar 2, 2009

I have a constant doubt. I never know why the resize image always look ugly. Today I found an example that don't look ugly and only gets better when resize. How they do that?

Here is the link: [URL]

View 7 Replies

ActionScript 3.0 :: Center Videos Dynamically At Runtime?

Oct 23, 2010

I have a presentation with various embedded and external videos linked to it. I need them to be positioned in the center of the screen no matter what resolution the user is running, therefore I need to position them dynamically and not with specific co-ordinates. I have found a link and some code that does this, but its a big chunk of code and I would like to put this code in my main .as file, as a function, and then in my main timeline when I have a video - just use one line of code to call the function and apply it to a movieclip with the video inside.[code]...

View 3 Replies

ActionScript 3.0 :: Center Videos Dynamically At Runtime

Oct 23, 2010

I have a presentation with various embedded and external videos linked to it. I need them to be positioned in the center of the screen no matter what resolution the user is running, therefore I need to position them dynamically and not with specific co-ordinates. I have found a link and some code that does this, but its a big chunk of code and I would like to put this code in my main .as file, as a function, and then in my main timeline when I have a video - just use one line of code to call the function and apply it to a movieclip with the video inside.

[Code]....

View 1 Replies

Flash :: Resize An FLV Without Lowering The Video Quality?

Dec 10, 2009

there's a video playing, and it moves around and changes size as the user navigates around the page. I notice when it gets small, the video quality gets bad on it. how to retain its quality, and resize it in a different way? To note: The video quality was bad when the css for the flash video was set to width and height of 100%. However, when I made it centered, and set it for width and height, it was good, even though it was presented at the same size within the swf. Maybe that same idea could apply within the actionscript?

View 1 Replies

ActionScript 2.0 :: Image Lost Quality After Resize?

Jul 9, 2007

My image lose from quality after resizeing.

Original(1600x1062)->Resizing(1280x850) using _width and _height

Code:

attachMovie("backimg", "backimg", _root.getNextHighestDepth());
backimg.loadMovie(bck.swf);
.....
backimg._width=1280;
backimg._height=850;

After resizing image is a little unclear(pixelated).

View 3 Replies

Flash - Resize An FLV Without Lowering The Video Quality?

Mar 27, 2009

I'm making a flash site. And there's a video playing, and it moves around and changes size as the user navigates around the page. I notice when it gets small, the video quality gets bad on it. Any ideas on how to retain its quality, and resize it in a different way?

To note: The video quality was bad when the css for the flash video was set to width and height of 100%. However, when I made it centered, and set it for width and height, it was good, even though it was presented at the same size within the swf. Maybe that same idea could apply within the actionscript?

View 1 Replies

ActionScript 3.0 :: Papervision - Images Doesn't Display At Proper Sizes

Dec 22, 2009

I found a papervision class on the net. When I instantiate it and load xml into the contructor parameters of the class it works fine except that the flipping images doesn't display properly- its masks the middle and cuts off the sides. But when I load images from library into the contructor parameters it displays a different size, almost the size of the original, but not quite -weird.

[Code]...

View 0 Replies

ActionScript 3.0 :: Show Image Quality As Like Original After Resize

Sep 27, 2011

I am working on a Action Script3 project and I am showing images after resizing. I am using Bitmap and BitmapData manipulation for this but not getting image quality as like original image.

View 4 Replies

ActionScript 3.0 :: Dynamically Auto-resize Videos From A Xml?

Dec 3, 2010

I am using flash cs4. I have videos in an xml that are all different sizes. Is there a way to autoresize the video when they are added to the stage?

View 3 Replies

ActionScript 1/2 :: Resize MovieClip At Runtime On Stage

Jan 8, 2007

I'd like users to be able to drag out a shape from the side of the stage (say a square) and then resize it on the stage. I think I've seen this Flash functionality somewhere on the web.

View 29 Replies

ActionScript 3.0 :: Resize Swf At Runtime Based On Content?

Aug 7, 2010

I am working on a project and I am trying to figure out how to resize the swf at runtime based on the content (which is brought in by xml) .  What I am trying to do is similar to [url]... but unfortunately this is written in AS1 and doesnt help me much!I know I need to use the ExternalInterface but I am very new to AS3 and am not sure how to do this. I have searched and searched all over the internet and still can't figure it out.

View 4 Replies

Professional :: Resize At Runtime Only The Height Of A Flash Animation

Jul 15, 2010

I have set a stage to this size: 1200x330 px.

All graphics in this animation area greater than the stage, so I could extend the stage size to 1200 x 450 px.

So, my miz size for the movie is 1200x330 px and max size is 1200x450 px.

Is there a way to show the movie at minimum size or maximum size based on the browser window heigt?

note that the movie is put iside a table in my html file.
 
I would like to obtain something similar to this: [URL]
 
If you resize the browser window the flash movie (and only the flash movie) will be shown in different ways. If the browser window is higher enough the whole flash movie is shown. If the browser window is not higher enough, the top and the bottom of the movie will be cut. Of course there is a trick that cuts the movie only to a specified minimum size.

View 4 Replies

Flash :: Resize The Drawings Objects Created In Runtime?

Jan 21, 2012

I am new in flash so this question can sound stupid

I am about to create my first drawing in the adobe flash of some creature.

The problem is CAN i resize it when the flash is running (in runtime) by the end user.

Example: I want to increase the height of the creature.

View 1 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

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

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

ActionScript 3.0 :: How To Print Text And Images With Quality

Oct 27, 2008

To print images the PrintJob class must be set to "printasBitmap". If the page has text and images in the same way PrintJob needs "printasBitmap" to print the images. But this setting become text jagged, low resolution, bad quality.

View 1 Replies

Flash :: Gallery Displaying Low Quality Images?

Oct 3, 2009

I have a flash swf gallery that links to my flickr images via the flickr api. If I click on the index.html page on my local desktop then the main images (jpgs) are displayed high quality via IE8, however when I upload the swf and html page to my server when I access it via http the images are highly pixellated and low quality anyone know why on my desktop via the browser its fine, but when viewing through the server the images are low quality pixellated etc  [URL]

View 6 Replies

IDE :: Importing High Quality Transparent Images?

Feb 3, 2010

I am trying to import this transparent text with drop shadow but everytime I try to save it as a .gif or .png the quality is horrible. I've played around with the settings.

View 3 Replies

Professional :: Get Images To Maintain Quality When Importing Them Into Flash?

Nov 20, 2011

My picture size is about 1000px by 1000px. It's pretty big, but simple. It has large circles, & when I place it in Flash, the circle's edges become pixelated and choppy, and not at all as smooth as it was in Photoshop. How can I maintain the quality? I tried putting a JPG in and a PSD, both of them looked really bad.

View 1 Replies

ActionScript 3 :: Read Jpeg Quality Of The Browsed Images?

Mar 24, 2010

I am developing image uploader for Flash 10. Is there a way to read jpeg quality of the browsed images.

View 1 Replies







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