
sspInstance [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
The instance name assigned to the SlideShowPro Player component that ThumbGrid should communicate with. The SlideShowPro Player component instance may be anywhere on the Display List of ThumbGrid's parent, and it will be found. In other words, if the component instance is nested inside another clip, there's no need to prepend sspInstance with that parent clip's instance name.
The default value is "my_ssp".
public function get sspInstance():String
public function set sspInstance(value:String):void
The following assigns the instance name of the the SlideShowPro Player component.
my_tg.sspInstance = "gallery_ssp";