2012年12月28日 星期五

2011.12.28-actionscript sound play volume changed

    import flash.media.Sound;




var BG:Sound = new BGMusic();
var myChannel:SoundChannel = new SoundChannel();
var myTransform = new SoundTransform();



myChannel =BG.play();

myTransform.volume = 0.1;
myChannel.soundTransform = myTransform;

沒有留言:

張貼留言