Mercurial > dottes
diff dottes.html.tune @ 383:8d574b900e36 build-default-171
Automated merge with ssh://hg.cryhavoc.org.uk/dottes
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 30 Aug 2013 23:55:28 +0100 |
parents | 04bd083eed29 |
children | 723aa1ff3b8b |
line wrap: on
line diff
--- a/dottes.html.tune Fri Aug 30 22:10:15 2013 +0100 +++ b/dottes.html.tune Fri Aug 30 23:55:28 2013 +0100 @@ -61,10 +61,14 @@ <audio controls> <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> - <object width="300" height="30" type="audio/x-mpeg"> - <param name="URL" value="../@MASTERBOOKE@/@TUNE@.mp3" /> + <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> + <param name="FileName" value="@TUNE@.mp3" /> <param name="autoStart" value="false" /> <param name="autoplay" value="false" /> + <object type="audio/mpeg" data="@TUNE@.mp3"> + <param name="controller" value="true" /> + <param name="autoplay" value="false" /> + </object> </object> </audio> </div>