forked from CryHavoc/dottes
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:
parent
007f84cb11
commit
03b9bc7ae6
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue