AxCode Properties
- Version - Get the installed Flash Player version via AxCode.Version. Returns a detailed Version object with major, minor, build, and revision numbers. Learn more
- SoundVolume - Read or adjust Flash audio volume from .NET with AxCode.SoundVolume. Range up to MaxSoundVolume - perfect for integrated volume controls in apps. Learn more
- MaxSoundVolume - Get the maximum Flash sound volume constant with AxCode.MaxSoundVolume. Pair with SoundVolume to implement normalized volume sliders in .NET. Learn more
- SoundEnabled - Enable or disable Flash audio globally with AxCode.SoundEnabled. Useful for muting movies during dialog prompts or background playback scenarios. Learn more