Answered
Sound Volume Control
If I have library song playing using a simple code like:
var mySong:Song = new Song();
mySong.play();
How do I use a button to control its volume so that each time it is clicked the volume goes up or down by a little.
Thanks for your help.
var mySong:Song = new Song();
mySong.play();
How do I use a button to control its volume so that each time it is clicked the volume goes up or down by a little.
Thanks for your help.
