Advertisement

07.22.2008 at 06:30AM PDT, ID: 23585004
[x]
Attachment Details

MovieClip._quality problem on individual MovieClips

Asked by webstudiointeractive in ActionScript, Macromedia Flash

Tags: , , ,

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.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
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";
	};
}
[+][-]07.22.2008 at 07:59AM PDT, ID: 22060125

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: ActionScript, Macromedia Flash
Tags: Adobe, Flash, AS2, Flash Player 9.0
Sign Up Now!
Solution Provided By: emphaticDigital
Participating Experts: 1
Solution Grade: A
 
 
[+][-]07.22.2008 at 08:04AM PDT, ID: 22060186

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628