ActionScript 1/2 :: Low Quality Only On External .swf?
Jul 7, 2009
using my main swf file, I'd like to load an external swf. I have set the external swf to play in low quality with:_quality = "low";but when I play the main swf, both movie clips seem to inherit the same setting. They both play at the same quality
View 5 Replies
Similar Posts:
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
Sep 15, 2009
Isn't there some way to make it generate a palette from common colors? Just look at the horrible noise in there.In fact, it does this to solid colors too. Any color not on some specified palette will be pixel-dithered to get the result, and so it's always grainy.
View 1 Replies
May 10, 2009
My images look great at 100%, even 150%, when working with them in .fla. When I export to .swf, however, it goes to hell. Are there preferences I'm missing somewhere to rectify this?Attached are the two images, working .fla and the exported .swf.[code]
View 3 Replies
May 1, 2009
Everything looked fine when previewed in Flash but the quality is terrible in HTML. I'm using jpeg images. I tried boosting the quality up to 100 and it's still bad.. I provided some screenshots. I'm thinking this might be related to dimensions?
View 1 Replies
Jul 16, 2009
Everytime I export a .gif animation the quality is horrible. As you can see by the picture attached it goes blury and has wierd colours. I have had animations export so bad that you can barely reconize them.
View 10 Replies
Jul 14, 2010
There is no maintainAspectRation property for video object.Then how to improve the quality of video when even we resize the video dynamically.It has to maintain good quality.How to achieve this.
View 7 Replies
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
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
Jan 28, 2009
is there anyway to convert a WMV movie to a FLV file with out loosing video quality ?
View 1 Replies
Sep 18, 2009
I should note they are all embedding the desired fonts. But when displaying my flash movie in low quality my text fields no longer appear... changing back to high quality the text fields appear fine.Is there a way to ensure the textfields will appear even at low quality? And what is the reason for them no longer rendering at low quality?
View 1 Replies
Aug 23, 2010
How can I change the quality of the swf. with actionscript?
View 2 Replies
Apr 19, 2010
Capture the webcam, how do I put more quality into the video? The video comes out very bad! Does anyone know how to better quality in webcam video? And if I put larger(1280x1024), also is very bad! Is there any way that does not happen!
The Code:
Code: Select allvar cam:Camera = Camera.getCamera();
var video:Video = new Video(320, 240);
video.attachCamera(cam);
this.addChild(video);
View 2 Replies
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
May 28, 2010
The quality of sound when playing my flash file on the timeline in flash CS4 is excellent, however when I go to test movie the sounds quality becomes awful, like its being played in a tunnel on terrible speakers, my sound files are .wav files, am I missing a process I must do to ensure the quality of sound is carried through to the final published animation?
View 5 Replies
Jul 19, 2009
When I click the quality button, the listener responds (I get the "quality altered" trace), but the quality doesn't change. I don't see a problem in the code, the quality is bound to change because it has to be set as one of the four. What am I doing wrong?
Code:
gameStats.qualityButton.addEventListener(MouseEvent.CLICK, alterQuality)
function alterQuality(event:MouseEvent)
{[code].........
View 2 Replies
Aug 25, 2008
So I've been googling around for information on detecting collisions in AS3 and I found this page which has what troy claims to be a 'pixel-perfect' collision detection algorithm:[URL]..
[Code]...
View 1 Replies
May 20, 2009
I have a flash presentation thats for a supermarket TV screen. Its big in file size 9.6MB. When I go file/export/export movie to quicktime and use the animation settings the file plays but leaves trail lines behind, skips frames and looks crap.
The quicktime settings I've used are either:
Animation
Quality Best
Millions of colours
All Key frames
24fps
or
DV - PAL
Frame rate 24fps
Quality Best
I need it to look high quality but I am not sure what settings to use.
View 1 Replies
Jun 3, 2009
New website - imported very good quality logo's but quality on finished site not great
View 9 Replies
Jan 27, 2010
What's the best way to maintain image quality in Flash.
The images in this banner gallery just don't look as good as they do on my computer.
Is there a way to embed color profile in the Flash import?[url]...
View 1 Replies
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
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
Jul 4, 2010
I am very new to Flash and 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
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
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
Apr 11, 2011
How to provide a video quality as Low, Medium, High and HD in flash actionscript
View 3 Replies
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
May 21, 2011
The video gallery on my website uses an an FLV video gallery downloaded from Adobe. When I encode my Flash files to Quicktime then to FLV they look perfect but once uploaded onto my site and played back through the gallery the quality suffers, especially text which loses it's vector crispness.Url...The videos are under 'portfolio' the best example of my problem is the INTEL video 3 rows down, second left, text looks rounded when it should be sharp.I have run the videos through Adobe media encoder and After Effects and again whilst looking fine when played locally they degenerate once uploaded.
View 2 Replies
May 23, 2011
I have imported all my images into flash using photoshop and the quality looks really good and crisp in Flash, but when it comes to exporting, testing or publishing the animation the images either appear pixeley or blurry. I have gone through all my file settings and everything
View 1 Replies
Sep 5, 2011
So I exported a preview of my animation but the sound isn't high quality. How can I make it better quality? It doesn't sound like when I press Enter in Flash CS5.
View 2 Replies