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

thumbBackgroundActiveColor

thumbBackgroundActiveColor [read-write]

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

Description

The color of a thumbnail's background, in hexadecimal format, when that thumbnail is "active." Meaning, when the image associated with that thumbnail is being viewed in the slideshow. The thumbnail background is only visible when thumbPadding is greater than 0.

The hexadecimal color system uses six digits to represent color values. Each digit has sixteen possible values or characters. The characters range from 0 to 9 and then A to F. For example, black is 0x000000; white is 0xFFFFFF.

The default value is 0x666666.

Implementation

public function get thumbBackgroundActiveColor():uint
public function set thumbBackgroundActiveColor(value:uint):void

Example

The following example makes a thumbnail's background white when active:

my_tg.thumbBackgroundActiveColor = 0xFFFFFF;


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