Add a reference to the dlr.js and gestaltmedia.js files and include HTML5 markup
directly in the page like so and make sure you copy the media.xaml and media.py
files into the same directory as your html file, that's it!
(note that the final URL for the Fast URL for dlr.js and gestaltmedia.js files
will change. Subscribe to MIXOnline
to be notified)
<script src="http://www.visitmix.com/dlr/dlr.js" type="text/javascript"></script>
<script src="http://www.visitmix.com/dlr/gestaltmedia.js" type="text/javascript"></script>
<audio id="audio1"
controls
autoplay
width="940"
height="100"
loop
>
<source src="http://www.djrhythma.com/moglo/moglo_083009.mp3" type="audio/mp3"></source>
</audio>