
thumbLoop [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
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.
public function get thumbLoop():Boolean
public function set thumbLoop(value:Boolean):void
The following example turns on looping.
my_tg.thumbLoop = true;