FPCSetAudioEnabled
Syntax
void WINAPI FPCSetAudioEnabled(BOOL bEnable);Description
The FPCSetAudioEnabled function enables or disables playback of all sounds in Flash movies associated with the control.
Pass TRUE to enable audio, or FALSE to mute all sounds.
Use together with FPCGetAudioEnabled to check the current state.