Enable or Disable Flash Sounds
With F-IN-BOX, you can easily turn Flash movie sounds on or off by using the AxCode.SoundEnabled property.
C# Example
f_in_box__control1.AxCode.SoundEnabled = false;
VB.NET Example
f_in_box__control1.AxCode.SoundEnabled = False
Set the property to false
to mute all Flash sounds, or true
to re-enable them.