set volume of a web view

how do i set the volume of a web view, or just of my app?

nevermind i figured it out.

	tell view "view" of window "game"
		set volume theNumber --value 0 to 7
	end tell

Correction. This just changes the system volume. If you found this looking for away to change the volume of your app with out affecting the system volume. This isn’t it.

yeah i realized that, i’m still looking for a way to change the webview’s volume.