--- Tomas Groth <[EMAIL PROTECTED]> skrev: > > --- Rob Savoye <[EMAIL PROTECTED]> skrev: > > > Bastiaan Jacques wrote: > > > > > I think we should ideally have a Gnash menu option that allows us to > > > switch audio on and off, which should default to off. (Perhaps Gnash > > > could even remember this user setting in a configuration file.) > > > > I just checked this in, but the sound doesn't actually turn off. It > > looks like get_sound_handler()->stop_all_sounds() doesn't do what I'd > > expect. btw, we need a start_all_sounds() too. > > > I'll introduce a mute() and unmute() function to the soundhandler soon, that > should do the trick. > I just commited the implementation of the mute() and unmute() functions. They are untested, but since they compile i assume they work ;)
cheers, Tomas _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

