Sound player

Hi everyone. I am designing a website and I never have used sound before. What i need is a for the music to play once the website is loaded and I also need a stop button and a play button if they want to restart it.

I am able to get the music to stream using

[AS]mySound = new Sound();
mySound.loadSound(“music1.mp3”,true);[/AS]
I place that in frame 1 of my movie.

But I dont know what to place on the play and start buttons