SoundEnabled Property
Syntax
C#
public bool SoundEnabled;Description
The SoundEnabled property allows you to enable or disable sound playback in Flash movies.
Set it to true to allow sounds, or false to mute them.
public bool SoundEnabled;The SoundEnabled property allows you to enable or disable sound playback in Flash movies.
Set it to true to allow sounds, or false to mute them.