sParams | (String) Additional parameters that set the type of playing the sound. Entries are in the KeyVal format, for example "enabled:yes;".
"enabled:xxx;" (optional) - Enable/disable playing the sound.
yes (default) - Enables playing the sound. The sound is played only if the "Playing type" configurator is set to "Multimedia".
no - Disables playing the sound. |
---|
var oAnimate = pMe.Items("/WAnimate");
oAnimate.Sound("enabled:yes");