Avatar of webstudiointeractive
webstudiointeractive

asked on 

MovieClip._quality problem on individual MovieClips

Hi there,

Does anyone know how to make an individual MovieClip's _quality to low, while not affecting the rest of the MovieClips??

From what I've seen - this is ONLY a global property - even when specifically applied to an individual MovieClip.

I have just loaded a large jpeg in to a MovieClip, and I want to set that mc's _value to "LOW" so I can fade it in without jagged animation.

Any help would be GREATLY appreciated.  The code snippet shows the code that is applying the _quality to the entire movie, instead of the one MovieClip.
function fadeIn(whichPhoto) {
	whichPhoto._quality = "LOW";
	var tw = new mx.transitions.Tween(whichPhoto, "_alpha", mx.transitions.easing.Regular.easeOut, 0, 100, 0.5, true);
	tw.onMotionFinished = function() {
		whichPhoto._quality = "BEST";
	};
}

Open in new window

Adobe Flash

Avatar of undefined
Last Comment
webstudiointeractive
ASKER CERTIFIED SOLUTION
Avatar of emphaticDigital
emphaticDigital

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of webstudiointeractive
webstudiointeractive

ASKER

A option you can use for this problem is:

_quality = "AUTOHIGH";

which will only degrade the quality if necessary.  This has been the best solution I can find for AS2.
Adobe Flash
Adobe Flash

Adobe Flash (formerly Macromedia Flash) is a cross-platform multimedia and software platform used to embed animations, video, and interactive applications into web pages and desktop and mobile applications and games. Flash displays text, vector and raster graphics to provide animations, video games and applications. It allows streaming of audio and video, and can capture mouse, keyboard, microphone and camera input. The ActionScript programming language allows creation of interactive animations, video games, web applications, desktop applications and mobile applications.

29K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo