Mercurial > dottes
comparison dottes.html.tune @ 379:6c96275965d6
Attempt to allow IE8 to show audio controller to play files.
This might not work well, and get removed in future.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 30 Aug 2013 20:25:01 +0100 |
parents | 0e8f58e33270 |
children | 04bd083eed29 |
comparison
equal
deleted
inserted
replaced
378:e855ad8f39c0 | 379:6c96275965d6 |
---|---|
59 </div> | 59 </div> |
60 <div class="dottes-tune-footer-centre"> | 60 <div class="dottes-tune-footer-centre"> |
61 <audio controls> | 61 <audio controls> |
62 <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> | 62 <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> |
63 <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> | 63 <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> |
64 <object width="300" height="30" type="audio/x-mpeg"> | |
65 <param name="URL" value="../@MASTERBOOKE@/@TUNE@.mp3" /> | |
66 <param name="autoStart" value="false" /> | |
67 <param name="autoplay" value="false" /> | |
68 </object> | |
64 </audio> | 69 </audio> |
65 </div> | 70 </div> |
66 <div class="dottes-tune-footer-right"> | 71 <div class="dottes-tune-footer-right"> |
67 Last changed @LASTCHANGED@ | 72 Last changed @LASTCHANGED@ |
68 </div> | 73 </div> |