Im doing a presentation in and I want to have mp3s I mean, like thos pages were u can select the song u want to hear, But I want for the user to select fron like 5 diferent songs (that is full mp3) that I will put in this presentation....(It will be like a menu were the user can choose the song the wants...)
Well, make buttons for each of the 5 songs and either use the attachSound() method to dynamically start the music or make mcs for each of the mp3s and tell the needed mc to play. I've never worked with attachSound() myself, but I'm pretty sure it's not much different from attachMovie(). I think I saw someone give some nice examples on the attachSound() method. I suggest you try out the search engine first. The (F1) help has the right syntax.