I don&#39;t think I follow you at all, Mason.&nbsp; The page you link doesn&#39;t include any &lt;embed&gt; functionality so it doesn&#39;t demonstrate browser compatibility for our purposes.&nbsp; You would have to test it inside &lt;embed&gt; on systems that do not have any extra codecs or players installed, and certainly without any browser plug-ins.&nbsp; <br>
<br>I suspect a (small!) .wav file will be the most reliable way to go.&nbsp; Obviously a wav won&#39;t be smaller than a corresponding compressed file, but we don&#39;t want to require or wait for a 3rd-party browser-embedded player to load.&nbsp; There would only need to be one file, as far as I can tell, since on a real error we can use a javascript alert and get the usual ding.<br>
<br>--Joe<br><br><div class="gmail_quote">On Tue, Nov 11, 2008 at 8:46 PM, Mason James <span dir="ltr">&lt;<a href="mailto:mason.loves.sushi@gmail.com">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 class="Ih2E3d"><br>
On 2008/11/12, at 2:29 PM, Rick Welykochy wrote:<br>
<br>
&gt; Mason James wrote:<br>
&gt;&gt; the embedded WAV tag is a simpler/cleaner/open-source solution<br>
&gt;&gt; over &nbsp;the SWF method<br>
&gt;<br>
&gt; I do believe .WAV is a microsoft proprietary format, but let&#39;s not<br>
&gt; split hairs :)<br>
</div><div class="Ih2E3d">&gt; We could go for a .OGG file if you want to keep things strictly<br>
&gt; open, but I doubt MS/InternetExplorer will be supporting that<br>
&gt; anytime soon.<br><br>
</div>yep, .ogg would be even better<br>
<br>
my safari, FF3 and opera all work fine playing an ogg file<br>
<br>
it looks like most modern browsers will play oggs<br>
test here -&gt; <a href="http://www.xiph.org/vorbis/listen.html" target="_blank">http://www.xiph.org/vorbis/listen.html</a><br>
<br>
being uncompressed, wav could be a bad format for network performance,<br>
i assume/hope the wavs are cached locally by the broswer, ?!<br>
<br>
supported, compressed and FOSS makes ogg the perfect choice for me<br>
<font color="#888888"><br>
Mason.</font></blockquote></div><br>