Visit SlideShowPro.net  Community Forums
SlideShowPro Support Wiki
  

Back
Products

ThumbGrid


Using ThumbGrid without Director

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter
ThumbGrid

smoothing

smoothing [read-write]

ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Description

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".

Implementation

public function get smoothing():Number
public function set smoothing():void

Example

The following turns off smoothing:

my_tg.smoothing = "Off";


Page last modified by tdominey on May 12, 2010, at 11:18 AM
© 2011 SlideShowPro. All Rights Reserved.