Cocoa WebView Sound Volume Control

Is there any way to control the individual audio output volume of WebView, or even for the entire application in Cocoa? I do not want to resort to using something like Audio Hijack Pro to control the amount of output in the application, nor do I want to raise / lower the system volume.

WebView downloads a flash file with audio playback, and I want to manage the volume using NSSlider.

+4
source share

All Articles