This collage uses Projekktor´s ability to play an audio file while displaying a freaky custom cover image.
Imagine how cool this would be using an animated GIF. Opera does not like this so we decided to use a static image here.
Isn´t it beatiful?
This demo uses Projekktor
display example´s source
<div id="demoplayer" class="projekktor" style="width:640px; height:480px;"></div>
<script type="text/javascript">
$(document).ready(function() {
projekktor('#demoplayer', {
volume: 0.8,
title: "Collage",
poster: "content/demos/collage/pic.jpg",
controls: true,
cover: 'content/demos/collage/cover.jpg',
plugin_logo: {
logo:"yourlogo.png"
},
playlist: [
{ 0: {src:"content/demos/collage/music.mp3", type:"audio/mp3"}}
]
});
})
</script>