Adjust Flash Sound Volume
The component provides global functions to control sound volume for all Flash movies.
Volume can be set as an integer value from 0 (mute) to 100 (maximum).
- Use SetAudioVolume to set the sound volume.
- Use GetAudioVolume to retrieve the current volume.
Delphi Example
FlashPlayerControl.SetAudioVolume(TrackBarSoundVolume.Position);
C++Builder Example
Flashplayercontrol::SetAudioVolume(TrackBarSoundVolume->Position);