0
votes
1answer
182 views

How to export to swf without quality loss?

I created an animation in flash CS5 and when I export it to swf I have serious quality loss. Do you know how to resolve it? How to optimize quality?
2
votes
1answer
324 views

Flash FLV video import to timeline quality setting?

I'm trying to import a small .flv video to my flash file but I can't seen to find the setting to increase the import quality to 100%. Any help would be great.
0
votes
1answer
268 views

Flash CS 5.5 - Icon Image are smoothed with HIGH quality on swf

This is very strange. I would like to show in my swf movie all the icons (jpg/png) I've imported as they are. I've set the JPG quality 100%, I've tried the PNG settings without quality lost, I've ...
0
votes
2answers
282 views

Why does pausing stop flashvideos from lagging?

This is a more theoretical question: When I'm watching larger videos (> 15 min) on the internet via flashplayer or divx, after some minutes, the video quality begins to decrease (like the video ...
0
votes
1answer
1k views

Flash library image get blur(quality reduce?)

I get quite an annoying problem when import image into flash (.png &.jpeg). My image is a 72 dpi png file with sharpen effect , when i use [Import to stage], the image imported in the library get ...
0
votes
1answer
775 views

camera quality in Flash

I have this simple code to access the webcam: var camera = Camera.getCamera(); camera.setLoopback(true); camera.setQuality( 0, 100 ); if (camera != null){ myVid.attachCamera(camera); } The ...
2
votes
2answers
2k views

Change Flash Player stage quality in AIR apps

How do I change the stage quality to improve rendering performance in Flash Player AIR? StageQuality doesn't seem to have any effect at all. Is this a known bug or am I doing something wrong? I'm ...
0
votes
2answers
387 views

Flash PNG Quality on Tween

In Flash I have some PNG images, and I wish these images to become 50% larger on hover. However the tween I have used to make them larger distorts the quality of the images considerably. For the ...
2
votes
1answer
3k views

Resizing image using as3

I am building a portfolio site which dynamically loads large hi-res images when the user clicks on a thumnail. However I'm having problems maintaining the original image's quality when resizing it to ...
2
votes
1answer
687 views

ActionScript 3 Read JPEG quality

I am developing image uploader for Flash 10. Is there a way to read jpeg quality of the browsed images.
0
votes
2answers
3k views

Flash webcam video quality settings

I'm working on a video streaming application in Flash and I've been told I need to add quality selection tools. The requirements are "low", "medium" and "high" quality. I'm trying to figure out what ...