PDA

View Full Version : controlling all audio/video volume


jorisx
06-19-2008, 04:26 PM
is there a way to control global audio volume in as3 ?
I've several video and audio streams playing

and I want one volume slider to control all of the video and mp3 streams ...
but it seems that audio for flv is controlled differently as mp3 ?
or did I miss something :p :confused:

jorisx
06-19-2008, 05:50 PM
yes I did miss something ...
SoundMixer.soundTransform will controll all the audio :)

SoundMixer.soundTransform = new SoundTransform(vol);

so it's sorted
thanx for the reading ;-)