I want to add background music to my xhtml page. I'm using the object tag as seen below and it works fine, except that I want to add more than one song to the list.
Can someone tell me how to add more than one song to the a href?
<object type="audio/wma" data="music/fantasy files">
<param name="src" value="media player.wma" />
<param name="autoplay"...