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

thumbLoop

thumbLoop [read-write]

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

Description

Controls the behavior of the component when the currently active thumbnail is either the first or last, and the prevThumb() method is called with the former or the nextThumb() method is called with the latter. This also applies to the prevThumbGroup() and nextThumbGroup() methods.

Acceptable values include false or true.

When set to false, the method calls are simply ignored. When set to true, the method calls will continually load content by looping around to the end or beginning of the current group of thumbnails.

The default value is false.

Implementation

public function get thumbLoop():Boolean
public function set thumbLoop(value:Boolean):void

Example

The following example turns on looping.

my_tg.thumbLoop = true;

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