
soundEffectsVolume [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Property; a Number that assigns the volume level of sound effects (assigned through soundEffects). Acceptable values are from 0 - 1. The default value is .8.
The following example sets sound effects volume to 50%.
my_ssp.soundEffectsVolume=.5;