Sorry Dis... I've looked at your .fla and IMHO, it needs a major overhaul if you want everything to work as described!
Don't have much time to spend on it right now, I do have a day job! Will maybe have more time later tonight.
Meanwhile, if you want to experiment with your sound problem, I see 2 ways for you. Build a separate .swf with one of your music tracks, and name it sound1.swf, for example. Once done, simply add the following to one of your mucic button titles in your main movie:
on (press){
loadMovieNum ("sound1.swf", 1);
}
For this test, make sure you've laid down the whole lenght of the track in your sound movie, and if you so wish, that you added a gotoAndPlay(1) action on the last frame, if you want this track to loop. Also make sure the sound movie is in the same folder as your main movie.
The other method, I'll describe later, if you get this first one working.
I do have to get back to work!
Regards,
ldnewbie