ID:2559448
 
Is there a way to control the output volume of content in byond's browser?

I have controls in my game so players can adjust their in-game volume for all sound files played by the game but something played in the browser still pumps out at max volume uncontrolled. Is there a way I can change that?
It depends. If it is a browser with internal references, meaning that you are using code to output sounds to the browser, then you can adjust the volume of the sound that you are outputting.

However, if by 'browser' you mean that this window references a website and pretty much just throws them into an internet browser, that might be a bit more difficult.
Only if you're controlling what's being displayed in the browser. But if you're doing something like playing a YouTube video, it comes down to the embedding HTML.

If you're just displaying a website, it's up to that website.