
smoothing [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls whether bitmaps are smoothed (interpolated) when scaled. The default value is "On" (smoothing applied).
Setting this parameter to "On" will give thumbnail images that are forcibly upscaled / downscaled to fit the dimensions of the thumbnail element a smoother, less jaggy appearance. The parameter, when turned on, does however require that the content being loaded comes from a domain that grants the SWF permission to modify the images it is requesting. If you run into issues when requesting content from a domain that is different than the one where your SWF is, and your thumbnail images aren't loading, set this parameter to "Off".
public function get smoothing():Number
public function set smoothing():void
The following turns off smoothing:
my_tg.smoothing = "Off";