码迷,mamicode.com
首页 > 其他好文 > 详细

as3.0控制声音大小

时间:2018-08-13 12:08:44      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:code   transform   div   声音   加载   url   play   as3   color   

//加载声音
var sound:Sound=new Sound();
sound.load(new URLRequest("1.mp3")):
//声明声道
var soundChanne:SoundChannel=sound.play();

//修改音量为一半
var soundTF:SoundTransform=new SoundTransform();
soundTF.volume=0.5;
soundChanne.SoundTransform=soundTF; 

 

as3.0控制声音大小

标签:code   transform   div   声音   加载   url   play   as3   color   

原文地址:https://www.cnblogs.com/zqiang0803/p/9466793.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!