EDIT: Resending; apparently the list didn&#39;t like &quot;Reply to All&quot;<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="Wj3C7c"><br><div class="gmail_quote">On Mon, Nov 10, 2008 at 8:51 PM, Mason James <span dir="ltr">&lt;<a href="mailto:mason.loves.sushi@gmail.com" target="_blank">mason.loves.sushi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>
On 2008/11/11, at 8:51 AM, Chris Cormack wrote:<br>
<br>
&gt; On Tue, Nov 11, 2008 at 4:20 AM, Nicole Engard<br>
&gt; &lt;<a href="mailto:nicole.engard@liblime.com" target="_blank">nicole.engard@liblime.com</a>&gt; wrote:<br>
&gt;&gt; Sharon,<br>
&gt;&gt;<br>
&gt;&gt; I have heard other Koha users ask for the same thing - but I haven&#39;t<br>
&gt;&gt; seen any documentation or an RFC for it.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Kapiti District Library here in NZ had this, I&#39;m not sure if they<br>
&gt; still do.<br>
&gt;<br>
&gt; Mason might be able to answer.<br>
&gt;<br>
<br>
<br>
</div>hiya folks,<br>
<br>
yes, Kapiti do indeed have an &#39;audio-cues&#39; mod on their koha.<br>
<br>
a quick look in the tmpl files seems to indicate a simple &lt;embed&gt; tag<br>
doing the magic, woo!...<br>
<br>
<br>
&lt;!-- TMPL_IF Name=&quot;good_return&quot; --&gt;<br>
 &nbsp; &nbsp; &lt;!-- Play a sound if the item was returned properly --&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &lt;EMBED SRC=&quot;&lt;!-- TMPL_VAR NAME=&#39;themelang&#39; --&gt;/includes/<br>
sounds/ding.wav&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;type=&quot;audio/wav&quot; autostart=true hidden=true loop=1<br>
height=60 width=128 &lt;/embed&gt;<br>
&lt;!-- /TMPL_IF --&gt;<br>
<br>
this &#39;just-works&#39; on my firefox3, at least<br>
<br>
hopefully, the above example should be a good start to your success,<br>
happy ding-ing... :)<br>
<font color="#888888"><br>
Mason.<br>
</font><div><div>_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz" target="_blank">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br></div></div></blockquote>I&#39;ve added sound cues to my library&#39;s installation of Koha as well, though only for our AJAX batch item delete tool.<br><br>&lt;embed&gt; seems to work well, and apparently can even be portably scripted (useful for AJAX apps).<br clear="all">
<font color="#888888">
</font><br><font color="#888888">-- </font><br><font color="#888888">Jesse Weaver</font><br><font color="#888888">Software Developer, LibLime</font><br><font color="#888888">
</font></div>