/ Published in: ActionScript 3
URL: http://blog.open-design.be/2009/04/18/change-set-volume-on-netstream-object-flv-playback/
Thanks to Thomas John for this code.
Expand |
Embed | Plain Text
var nc = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); // change "1" to whatever you need the volume to be changed to ns.soundTransform = new SoundTransform(1);
You need to login to post a comment.
