View comments | RSS feed

forceSmoothing (MovieClip.forceSmoothing property)

public forceSmoothing : Boolean

A Boolean value that determines whether images that are added through the loadMovie() method and are in the same hierarchy level as the movie clip are smoothed when scaled. Setting forceSmoothing to true decreases rendering performance. The default value is false.

Availability: ActionScript 1.0; Flash Player 9


Flash CS3


Comments


No screen name said on Jun 28, 2007 at 2:17 AM :
Would be good to clarify if this works on version 8 published swfs.
i.e. Does it work on a v8 swf, inside the v9 player ?
ETCs said on Oct 8, 2007 at 2:50 AM :
Yes, this property works on v8 swf.
badchoosed said on Oct 18, 2007 at 11:47 AM :
I would like to know if I can use this function in an Image loaded by MovieClipLoader.
AdrianParr said on Nov 8, 2007 at 10:04 AM :
badchoosed, good question. That is exactly what I need to know as well. Anyone?
djtechwriter said on Nov 8, 2007 at 8:41 PM :
badchoosed and AdrianParr,

Yes, it does seem to work on movies loaded by MovieClipLoader, as follows:

var container:MovieClip = createEmptyMovieClip("container", getNextHighestDepth());
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.addListener(this);
mcLoader.loadClip("basic.swf", container);

function onLoadInit(mc:MovieClip) {
mc.forceSmoothing = true;
}
No screen name said on Nov 20, 2007 at 8:13 AM :
Does this work with the AS3 loader class?
No screen name said on Jun 30, 2008 at 12:21 AM :
I would like to know if there is any difference in performance when using "forceSmoothing = true" in a movie published in Flash 9 or not using it when published in Flash 7 after loading a JPEG image. As far as I know the results are visually the same...

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00001912.html