
videoButton [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls whether ThumbGrid automatically detects if associated content is a video, and if so, display a video play graphic on top of thumbnail images.
Allowed values include "Off" and "On".
The default value is "On".
public function get videoButton():String
public function set videoButton(value:String):void
The following changes the parameter:
my_tg.videoButton = "Off";