I followed this nice tutorial http://www.kirupa.com/developer/mx/volume_slider.htm, but I got a little problem.
When I want to play another mp3 then the one that is given with the tutorial, it only plays 15 sec. of that song.
I changed this to the code:
onClipEvent (load) {
mySound = new Sound();
mySound.loadSound("new_song.mp3", false);
}
Do I have to make another change to play the whole song?
And another question: is it possible to show the duration and the progress of the song (in sec. or in a progress-bar)?