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

ThumbGrid()

public function ThumbGrid(parent:DisplayObject)

Parameters

The Display Object you wish to add an instance of ThumbGrid to as a child.

Returns

An instance of ThumbGrid.

Description

Creates a new ThumbGrid instance. Accepts a DisplayObject parameter to place the instance on the Stage or another display object container.

Example

This example creates a new instance of ThumbGrid on the Stage of an FLA.

import net.slideshowpro.thumbgrid.*;
var my_tg:ThumbGrid = new ThumbGrid(this);

Note: See the Create an instance using ActionScript instructions for more detailed information on how to instantiate ThumbGrid (and the SlideShowPro Player) together using ActionScript.


Page last modified by tdominey on November 14, 2010, at 10:24 AM
© 2011 SlideShowPro. All Rights Reserved.