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

screen

Event Object Type: net.slideshowpro.thumbgrid.TGScreenEvent
TGThumbEvent.type property = net.slideshowpro. thumbgrid.TGScreenEvent.SCREEN
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched when ThumbGrid displays either the Album or Gallery screen.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
idString.The id of the album when showing the album screen. Returns null for the gallery screen.
contentString. Contains "Album" or "Gallery" depending on which screen is in view.
titleString. The title of the album or gallery in the loaded screen.
descriptionString. The description of the album or gallery in the loaded screen.

Example

The following example traces which screen is currently in view:

import net.slideshowpro.thumbgrid.*;
my_tg.addEventListener(TGScreenEvent.SCREEN,afterScreenEvent,false,0,true);
function afterScreenEvent(e:TGScreenEvent):void {
	trace(e.content,e.id,e.title,e.description);
}

Page last modified by tdominey on August 25, 2010, at 08:25 AM
© 2011 SlideShowPro. All Rights Reserved.