Forum Moderators: open
<script type="text/javascript">
function playMusic()
{
document.Player.src = "song2.mp3"
}
</Script>
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" width="300" height="69" src="song1.mp3" autostart="True" showcontrols="True" showstatusbar="True" showdisplay="False" autorewind="True" loop="true" ID="Player"></embed>
<a href="#" onclick="playMusic()">Song 2</a>
Thanks,
ryanc
<a href="insert the location of the song here e.g: C:\mp3\eminem\file.mp3" onclick="playMusic()">this is what the browser will display</a>