You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
467 B
HTML

<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script>
function playSelected(id){
$("audio").attr("src","play?id="+id);
}
</script>
</head>
<body>
<p onClick='playSelected("fe7e4f9")'>Libertine</p>
<p onClick='playSelected("4b9ed95")'>We are the champions</p>
<audio src="play?id=a78950d" controls="controls"></audio>
</body>
</html>