SetAudioEnabled
Syntax
Delphi
procedure SetAudioEnabled(bEnable: Boolean);C++Builder
void __fastcall SetAudioEnabled(bool bEnable);Description
The SetAudioEnabled procedure enables or disables all sounds in Flash movies played by the control.
Pass True to turn sound on or False to mute it.
See also: GetAudioEnabled to check the current audio state.