SetAudioVolume
Syntax
Delphi
procedure SetAudioVolume(Volume: Integer);C++Builder
void __fastcall SetAudioVolume(int Volume);Description
The SetAudioVolume procedure sets the playback volume for all Flash sounds.
The Volume parameter must be an integer in the range 0–100, where 0 mutes all audio, 100 sets the maximum volume.
Use together with GetAudioVolume to query the current audio level.