I am working with this: http://www.kirupa.com/developer/mx/volume_slider.htm
I want to do 2 things. I would like to start the music playing with the slider somewhere in the middle. Secondly, i would like to be able to change tracks. (External mp3s, not embedded) I tried a simple test of loading a different mp3 when you click a button but it didn’t work.
on (release) {
mySound.loadSound(“music/nora2.mp3”, false);
}
Not that i know how, but will any need to set up an array to be able to cycle through the tracks.
any ideas?
thanks