
public function displayCurrentAlbum():void
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Displays the Album screen for the album currently loaded in the SlideShowPro player. Layout for an overview of the Gallery and Album screens.
In this example, a button on the stage with an instance name of "my_btn" requests ThumbGrid to display the current album:
my_btn.addEventListener("click",afterClick);
function afterClick(e:MouseEvent):void {
my_tg.displayCurrentAlbum();
}