<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="../build/jquery.js"></script>
<script src="../build/mediaelement-and-player.min.js"></script>
<script src="testforfiles.js"></script>
<link rel="stylesheet" href="../build/mediaelementplayer.min.css" />
</head>
<body>
<audio id="player2" src="http://taapodcasts.com/podcasts/Joy_Hakim_Textbooks_Should_Be_Great_Books.mp3 " type="audio/mp3" controls="controls">
</audio>
<script>
$('audio,video').mediaelementplayer();
</script>
</body>
</html>