Attempt to allow IE8 to show audio controller to play files.

This might not work well, and get removed in future.
This commit is contained in:
Jim Hague 2013-08-30 20:25:01 +01:00
parent 007f84cb11
commit 03b9bc7ae6
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@
<audio controls> <audio controls>
<source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" />
<source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" />
<object width="300" height="30" type="audio/x-mpeg">
<param name="URL" value="../@MASTERBOOKE@/@TUNE@.mp3" />
<param name="autoStart" value="false" />
<param name="autoplay" value="false" />
</object>
</audio> </audio>
</div> </div>
<div class="dottes-tune-footer-right"> <div class="dottes-tune-footer-right">