If you want to go old school html, you could use the embed tag:
<embed src="music.mp3" hidden="false" loop="true" volume="50"></embed>
If you want it to be background music, make hidden="true" . If you are not familiar with coding, go into the code view of dreamweaver and insert the above line wherever you want it to display.