
startup [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls which screen (Gallery or Album) is shown after ThumbGrid loads slideshow data.
Acceptable values include "Gallery" and "Album".
The default value is "Album".
public function get startup():String
public function set startup(value:String):void
The following example changes the default setting to "Gallery":
my_tg.startup = "Gallery";