Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




JPG Quality, External, Etc.



...Hi people, you all know about the issue with the quality of jpgs in flash....
so I want the pic to be nice and load it with this for e.g.

Code:
_root.createEmptyMovieClip("container",1);
_root.container._x = 0
_root.container._y = 0
_root.container.loadMovie("url");
but then of ourse it needs some loading time again! I`m loading the whole MC already with a preloader - can I combine both: preloading the main swf and this image?

thanks,
m.



KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 06-01-2006, 04:54 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

External Swf Quality
Hi, I have a container movie in Flash into which I am loading an external Captivate full motion swf file. The external file looks crisp and clean when viewed alone but when I load it into a container movie, it appears blurred? Can anyone explain why and perhaps tell me how I can make it crisp? I just can't see why it's doing this.

I have zipped together an example of my issue for you to see first-hand. If you view the pp_1.swf alone it looks fine (crisp) but view the cap_test.swf and you will see the issue. I have also included the working file for you viewing.

ftp://ftp.accelrys.com/out/dev_flash.zip

Many thanks,

James.

Quality External Jpg - Parameters ?
I have a flash movie and there are NO jpg's in the library. Every jpg i use is loaded into an empty movieclip.
The jpg-quality of my movie (publish settings) = 100%
The quality of my movie is set to high (_quality="high")
But the quality of my external jpgs is very bad after publishing the swf. It looks like there is no antialiasing. (it's a tough problem because the jpg's are slightly rotated ---> more pixelated)

I imported one of my jpg's in a new blank flashmovie and there the quality is good and the quality-parameters are the same.

Are there other bitmap-quality parameters i can set? Any suggestions are welcome.

thanks

Quality External Jpg - Parameters ?
I have a flash movie and there are NO jpg's in the library. Every jpg i use is loaded into an empty movieclip.
The jpg-quality of my movie (publish settings) = 100%
The quality of my movie is set to high (_quality="high")
But the quality of my external jpgs is very bad after publishing the swf. It looks like there is no antialiasing. (it's a tough problem because the jpg's are slightly rotated ---> more pixelated)

I imported one of my jpg's in a new blank flashmovie and there the quality is good and the quality-parameters are the same.

Are there other bitmap-quality parameters i can set? Any suggestions are welcome.

thanks

External / Loaded JPG Quality
Hope someone has run into this before and can help me out. I've loaded an external JPG into a movieclip on stage.

Is there a way to alter the JPG quality using actionscript (similar to the Quality adjustment in the Library when you open up a JPG)?

Thanks in advance!!

Quality Of External Jpegs
I am calling external ".jpg"s from outside my ".swf". When they come in they are a lower quality with alot of banding in the gradiants of the images. If I drop the same images into a browser they look fine.

Also, this is wierd. If you open the ".swf", when it opens at size the quality is messed up, but if you scale the ".swf" (grab the corner and pull it bigger or smaller) the jpegs then become fine.

I did save for web in Photoshop, jpeg, at high quality (80%). I tryed publishing my ".swf" with the jpeg slider at 100%, it did not help.

Thanks in advance for help.

Loss Of Quality Of External Swf
hi

I get a loss of Quality of my external swf. When i run the swf file on its own the quality is as it should be, when i load this swf in a mc it losses it's quality what im i doing wrong.

thanks in advance

How Come External Loaded Jpeg Bad Quality
how come my external loaded swf is very bad in quality?

im talking about the jpegs.

is there a way to adjust the quality or should i convert it to graphic instead of movie clip, or don't convert it at all

Poor Image Quality With External Jpegs - PLEASE HELP
Hi I've been going crazy over this... I'm using MX 2004, and I have an image gallery that loads it's jpeg images via AS and XML. There is a major problem here, because when these images show up, they are of horrible quality. Very fuzzy...

I've been searching for an answer to this problem, but haven't found anything that works.

I've tried the following:

adjusting all the publish settings
publishing in pixels instead of percent
making the movie twice as big then setting to publish at 50%
no compression
100% quality
quality = "best"
etc..

Anyways... nothing is working.. Every image is of horrible quality and I can't figure out where the problem lies...

Thanks to anyone who helps me with this issue!

konzept

Quality Loss In Loading External Movies
Hi,
I am loading external swf files in my main.swf, while doing so i'm experiencing a loss in quality of images or text in the loaded swf file. Any suggestions for getting around it ?

Image Quality Lost, Exported At 100% JPEG Quality
I am working on a Flash website for a design group to display their work. These designs needed to be scaled down to fit the format of the website and many of these designs have body copy with small text. In the FLA file they look ok, but when I export the SWF, the text looks really bad.I know JPEG compression isn't very good for text but even when I export at 100% JPEG quality it still ends up looking different. The text looks very "sparkly" with the thins of the letters have been lost. The original assets that they gave me were all in one photoshop file at 150dpi with one design per layer and some of the text were just slightly pixelated if you zoom in (all text were rasterized and flattened into the designs). Some of the same images supposedly from that file had been used on their previous site with no problem. On some of the images in the PSD I can see that some of the thin strokes in the letters had been lost a little from scaling the designs down. This has been really frustrating and I can't think of how to rememdy this problem. Anyone have any suggestions?


-Sorry I did not realize that someone had already asked the smae type of question. I am trying the suggestions from the other thread.

<param Name=quality Value=low> Plays High Quality Flash
I want to adjust some flash content on my site depending on user rights.
The systems shows a slide show with swf/images, if the user is logged in he will also see a list of thumbnails with all flashes that is going to appear in the sideshow. This list is contained within XHTML markup and has nothing to do with the slide show other than containing the individual slides.

It would be nice if I could set the quality for the swf's in the thumbnails to low since 10-20 high res flashes tend to use a lot of CPU. Using <param name=quality value=low /> to achieve this has so fare granted no success.

Things I've tried so far are:

1. Setting <param name="quality" value="low" /> for the individual flashes in the thumbnail list. The flashes are still displayed in high res. Tried using " ' and no hyphens.
2. Sending the flash var _quality=low through the src of the thumbnail list elements. <param name="movie" value="/src/flash/movie.swf?_quality=low" /> with and without hyphens.
3. Googling quality settings for flash which all say to use <param name="quality" value="low" />

Things to point out:
1. I have no control over the swf. These come from all sort of people so I need to be able to adjust the quality via the web page.
2. I've tried different ways of writing the quality strings. value='low' value="low" value=low and so on.
3. The quality settings change if i right click and select quality -> low but they always start at high.
4. The source code writes what I expect it to, the flash simply ignores the values I send it.
5. I'm using a windows based machine with Fire Fox 2 and CS2, the site uses XHTML and my flash player is 9,0,124,0





























Edited: 08/28/2008 at 07:55:30 AM by Cbastus

Low Quality Movie With High Quality Files?
hello again...well in the meantime the only way i managed to keep my pixel fonts crisp is by putting the movie quality to low ...however...i have some graphics in it that really won't show with low quality. is there any way i can have the movie at low quality yet be able to show certain graphics in high quality? perhaps by importing them in a certain format, or can i apply a property to them or someting??? or is it all or nothing?

i would appreciate any suggestion!

TY!

Low Quality Mc In High Quality Movie
the thing is....
i have my movie which is in high quality then i want one movieclip within this movie to be low quality, so i gave it this action:

onClipEvent (load) {
_quality=low;
}

this didnt work and the whole thing is still in high quality.

i'd appreciate anyone telling me what i'm doing wrong!
THX!!

High Quality To Low Quality Question
I have a loader taking up frames 1 - 3 that I want to remain as high quality and then from there on in frames 4 - 19 I want as low quality.

I have added on frame 1

_quality=high

and then on frame 4

_quality=low


But this does not seem to work - it seems to always be low quality throughout.

Where am I going wrong? - Any help would be so so so so welcome

Thanks in advance
Jools

Changing Low Quality Back To Hi Quality
Hi
i am making a CD rom with a lot of levels in flash

the misic is on level0
submenus on level 1
mainmenu level 3

any way when i load one swf onto level 1

this swf is flash lowquality file
which is fine as this is needed to run the movie

however after i unload the movie or press another option on the main menu

everything stays in low quality mode
is there some script that will bring the whole flash movie and all levels back to high quality?

hope someone can help
cheers

Cannot Alter "document-jpeg-quality" And "use Imported Jpeg Quality"?
sometimes in MX i can always choose between "use document default jpeg-quality" or "enter an integer for quality" for imported jpeg-data. (possibly jpgs generated with photoshop 6)
sometimes i can never - i just have to choose between "use imported jpeg-quality" or "enter an integer for quality".
(definitely jpgs generated with photoshop 7)

can anyone tell me why this happens?

are there preferences in photoshop 7 that solve my problem?

thanxx jo

Quality
How would I be able to preset the quality of my movie to "medium"? I want to make the quality of the movie "medium" so the viewer doesn't have to toggle the quality.
Thanks

Better Quality
how do i get better quality out of my flash text
graphics?

When Quality Set To Low... Could You Help?
Hi
I have problem with my flash site.
http://www.tpu.fi/~t1tluoma/

In my navigation panel pictures appear over it when mouse is on, but when quality is set to low, those pictures won't appear in right place anymore. Why?
Please check.

Thanks.

Low Quality
I finished an intro sequence and it looks like crap, all pixelated and such when i test the movie. What can i do to fix this? I am suing flash 4, Thanks.

Quality Changes
Hi just finished my portfolio site at

http://www.gadgetproductions.com

and have been asking for feedback in the new site forums, it seems the player switches to a low quality setting on some peoples machines rendering the text etc. illegible. Can anyone confirm this and tell me how I stop this from happening...

I have spent three months completeing this site and am using it to try and get work so any help would be hugely appreciated!!

Tv Quality
Hi

is it posible to use flash for tv quality movie
how can i do it?

thanks

CHE

Quality
Is it possible to set Quality rendering to specified MC, like
bubles._quality = "low";
except that do not work, SO IS THERE some other way to do it?

Quality
Does anyone know if the following is possible?

Have a movie clip at high quality. Loads another movie clip in at high quality. Then the first movi clip changes its quality to low or meduim while it does a peticular animation, but the other movie clip it loaded stays at high quality?

SO basicly what i am asking is... Can differant movieclips be at Didderant qualitys?

Better .jpg Quality ?
hello,

When I load in my external .jpg files into my flash movie, the quality of the .jpg´s that shows gets kind of bad.

Do anyone have any tip on how to improve the .jpg quality?

thx

Bad Fps Quality
Hi,
Im not sure if this is supposed to go in the newbie section, but anyways...
I just made the first page of a flash website and it seems to be lagging when the motion tween starts playing. The movie is set to 24 fps in case you were wondering. It is hard to explain but once you see it u will get what i'm talking about. Go over the buttons while they are still coming in and you can see how smooth they are, but once the motion tween where the background changes comes in, the buttons are really laggy. Not that much is going on in the movie so i dont know why it is doing it. Any help would be appreciated. I attached the .fla file and you can view it at: http://www.testsite.filetap.com

Thank you,
Aaron

Bad Fps Quality
Hi,
Im not sure if this is supposed to go in the newbie section, but anyways...
I just made the first page of a flash website and it seems to be lagging when the motion tween starts playing. The movie is set to 24 fps in case you were wondering. It is hard to explain but once you see it u will get what i'm talking about. Go over the buttons while they are still coming in and you can see how smooth they are, but once the motion tween where the background changes comes in, the buttons are really laggy. Not that much is going on in the movie so i dont know why it is doing it. Any help would be appreciated. I attached the .fla file and you can view it at: http://www.testsite.filetap.com

Thank you,
Aaron

Quality
Hi,
i hope u all r doing fine, I was just wondering if u could help me with my problem, whatever clip i make on flash whenever i preview it the quality of the graphics is not as good as of the orional .fla file. i mean the in .swf the quality is decreased.
help me if can.
thanks

Jpg Quality
Hi guys,

I have one .fla file with only one scene (an intro scene). In that scene there are several jpg and when the file plays this one sees perfectly.
Even so, when I add other scene (even an empty scene) the quality of
those jpg it's bad.
Could anyone help me, please? What is going wrong? How can I repair it?

TIA

JPG Quality
Hello, i tryed this clip._quality="BEST"; and it doesn't work my jpg still looks like mhell in my movie can anyone help me with this?

Low Quality
simple question, whats the actionscript that u put in the begginning of a movie to set it to low quality?

[MX] AVI Quality
I have a bit of a problem. To make my animations less time consuming I use a lot of animated symbols then pull them onto the stage. As an SWF or HTML file that works fine but when I convert the file to an AVI or quicktime file the animated symbols don't move. can anyone help me find a way around this or am I just going to have to animations the hard way?

Bad Quality?/
here i hav a serious problem

when i save any animation made in flash 8...as animation gif.

they ask for dpi [resolution] [match screen]

after that the saved animation has a very bad qaulity

plz help me out of this biggggg problem??

GIF QUALITY
I have to export my flash movies as a gif but the image quality is bad when I do that. Is there any way to keep the quality of the image in a gif?


thanks

Best Possible Quality SWF To FLV
in your experience, how can you get excellent quality when converting a SWF to FLV.. SWF is long animation with alpha channels, and needs to be FLV. As of now, using FLV encoder, the quality isn't so great, on highest settings.. any suggestions out there?

Quality
i cant seem to figure out what the problem is when i save my advertises into animated gifs the quality just become horrible here an example.

http://www.acegam.com/advertises/pcube.gif

Tv Quality
can u make flash that could be converted into an advertisment that could be broadcasted for television? I am interested in making a commercial for artists touring in my area for a promoter.

Thanks in advance!

JPG Quality
I am working on a portfolio site for a photogpraher so the quality of jpgs is very important. I want to know what the ideal way is? When I used 150dpi on my site and had the sliding bar etc, the image quality was very poor. so, what dpi/how to load/any tricks/etc. Anything would help -
thanks.

JPG Quality II
I asked about the jpg quality before a couple days ago and someone sent me the thread below, which answered most of my questions.

http://www.kirupa.com/forum/showthread.php?t=95380

And this may sound a little retarded but how come the professional photography studios and stuff manage to make their pics look so luminous and sharp? Whats the trick?

Quality
Hey im just wondering why whenever i see a flash site with imported graphics or pics it has like this ugly thing around it like the quality.....
anyone know what i mean? is it my player browser or does everyone see it?

I took a screenie and circled some things i often notice
And the site i used was http://www.royalcartel.com/update/

Very nice site but i just used it so i could figure out my problem
Heres the screenie http://img91.imageshack.us/my.php?image=qulaity7cm.png

I Need A Quality Help
My main movie is set on high quality and one of the movie clip I wanted to appear as an low quality graphic and I am putting this code:
onClipEvent (load) {
setProperty("_root.caption", _quality, "low");
}
or
onClipEvent (load) {
this._quality="low";
}
Though it does change the clip into required state but it changes my whole movie in low quality that what I don't want.

Please help me how can I solve this problem.

Quality
My work loses quality when I play the movie. The quality is set to high. What is going on?

Quality
i cant seem to figure out what the problem is when i save my advertises into animated gifs the quality just become horrible here an example.

http://www.acegam.com/advertises/pcube.gif

Tv Quality
can u make flash that could be converted into an advertisment that could be broadcasted for television? I am interested in making a commercial for artists touring in my area for a promoter.

Thanks in advance!

Quality
How do I set the quality of a movie? I used :"_quality = "LOW";". But it's not working
Do I put this command on the first frame?

Flv & Quality
Greetings all,

after a few test i give up for now,

i have 900x506 Hd footage in after effects,
no text, just plain video
i want to play this in HQ on a project, yet, no matter how i export it to FLV, it looks not that sharp at all when i play it through a netstream connection in flash CS3 (AS3)

originally the footage is 1280x800, razorsharp and i simply resized to 506 and cropped my region of interest.
so i can't go wrong there, it looks absolutely fine. made new composition and checked, looks still good.
I have absolutely no restrictions in regards to filesize, as this is a dvd project.
any thoughts on how my settings should be?

Quality Swich
Hi there

does anyone know a way to swich to quality of the .swf threw out the running of it.

As I have a particular .swf which as parts which run better in low & others look better in high.

Help guys; if I pull this off, it will look blinding!!!

chicchi

Quality Control...
Just gotta quick question for you gurus.

Ok, for some reason I can't figure out how to set the value of a movie's quality. How is this done?
I know how to use ToggleQuality, but I would like to know how to set a movie's quality to Medium, then low, then back to High etc, with actionscript.

I've seen this sorta thing done before.
Just don't know how to reproduce it in my projects.
For example, "Disorderly" (a game on http://www.newgrounds.com)
Executes this kind of operation (by pressing the "q" key on your keyboard, it begins to cycle through the 3 qualities, as opposed to toggling between "Low" and "High")

Quality Control
Is it possible to control the quality of a loaded swf using the _quality global function.

Ex : Movie A is playing, I then load Movie B into Movie A, but want to set Movie B's quality to "LOW", and at the same time make sure that Movie A's quality stays at "HIGH".


Any suggestions.

Thanks.

Copyright © 2005-08 www.BigResource.com, All rights reserved