Mercurial > dottes
comparison dottes.html.tune @ 659:763c6916cc7d build-default-259
Remove old Windows Media Player embedded object for playing audio.
We're in the world of HTML5 now. And Firefox has started playing
tunes on page download.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 05 Feb 2017 22:51:30 +0000 |
parents | 2d436a8e3dd2 |
children | 7da70e8900ab |
comparison
equal
deleted
inserted
replaced
658:93f641659867 | 659:763c6916cc7d |
---|---|
73 </div> | 73 </div> |
74 <div class="dottes-tune-footer-play"> | 74 <div class="dottes-tune-footer-play"> |
75 <audio controls> | 75 <audio controls> |
76 <source src="../${masterbooke}/${name}.mp3" type="audio/mpeg" /> | 76 <source src="../${masterbooke}/${name}.mp3" type="audio/mpeg" /> |
77 <source src="../${masterbooke}/${name}.ogg" type="audio/ogg" /> | 77 <source src="../${masterbooke}/${name}.ogg" type="audio/ogg" /> |
78 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> | |
79 <param name="FileName" value="${name}.mp3" /> | |
80 <param name="autoStart" value="false" /> | |
81 <param name="autoplay" value="false" /> | |
82 <object type="audio/mpeg" data="${name}.mp3"> | |
83 <param name="controller" value="true" /> | |
84 <param name="autoplay" value="false" /> | |
85 </object> | |
86 </object> | |
87 </audio> | 78 </audio> |
88 </div> | 79 </div> |
89 <div class="dottes-tune-footer-last"> | 80 <div class="dottes-tune-footer-last"> |
90 Last changed ${lastchanged} | 81 Last changed ${lastchanged} |
91 </div> | 82 </div> |