Wojciech Zatorski <listy...@...> writes: > > I think this is not good idea.. librarians doesn't like sounds;) > we are using sound only for login page and member page (outdated books) > by HTML5:<audio src="/intranet-tmpl/default/pl/audio/login.ogg" autoplay> </audio> > > <audio src="/intranet-tmpl/default/pl/audio/overdue.ogg" id="audioerror1"> </audio> >
Wojciech, Thanks, yes, we talked about this and the HTML5 looks like the way to go. If you include autoplay autobuffer it may work better for you Like this: <audio src="/intranet-tmpl/default/pl/audio/overdue.ogg" id="audioerror1" autoplay autobuffer></audio> In Firefox 3.5 or after You are right, they librarians like quiet! Er, I was just thinking a beep or two, I wasn't talking about rocking out with Zep. http://www.last.fm/music/Led+Zeppelin or anything like that. _______________________________________________ Koha-devel mailing list koha-de...@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel