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" value="true" />
<param name="autoStart " value="true" />
<a href="The_Wolf. wma">
<img src="images/music_icon.jpg" alt="Background Music" height="40" width="40" /></a><br /><br />
</object>
P.S. I would use Flash but I have no idea how to get it to work with flash. Tried many options via googling it but I think I just don't have the programming expertise to get it to work..
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" value="true" />
<param name="autoStart " value="true" />
<a href="The_Wolf. wma">
<img src="images/music_icon.jpg" alt="Background Music" height="40" width="40" /></a><br /><br />
</object>
P.S. I would use Flash but I have no idea how to get it to work with flash. Tried many options via googling it but I think I just don't have the programming expertise to get it to work..
Comment