<div class="gmail_quote">2009/11/18 Bryan Berry <span dir="ltr">&lt;<a href="mailto:bryan@olenepal.org" target="_blank">bryan@olenepal.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


I was just playing around w/ it and I found the media.load() method<br>
<br>
loading audio remotely still doesn&#39;t work on chromium -- argh but works<br>
fine on FF 3.5. I need to go complain about that.<br></blockquote><div>mmm, interesting, what version/os are u using?</div><div>I have tested loading audio files (ogg files) from remote and it works. </div><div>The html, the js and the ogg files are in the same domain (localhost)</div>


<div><br></div><div>tested with ff 3.5.5 and google chrome 4.0.223.16 both under windows</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<a href="http://karma-testing.sugarlabs.org/tests/index.html" target="_blank">http://karma-testing.sugarlabs.org/tests/index.html</a><br>
<br>
I add to put this code here<br>
<a href="http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/jkjs-refactor/js/karma.js#line324" target="_blank">http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/jkjs-refactor/js/karma.js#line324</a><br>



<br>
after I added the event handlers<br>
<br>
        if (this._type === &quot;sound&quot;){<br>
            this.media.load();<br>
<div><div></div><div>        }<br></div></div></blockquote><div>yeah, I had the same &quot;problem&quot;, but believe it or not.. it is the default behavior (as the standard draft says)</div><div>here is the KSound code (with the little fix)</div>


<div><a href="http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/js/jquery.karma.js#line1041" target="_blank">http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/js/jquery.karma.js#line1041</a></div>

<div>
 </div><div>btw. chrome does not need that line</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
<br>
<br>
<br>
On Wed, 2009-11-18 at 14:21 -0600, Felipe López Toledo wrote:<br>
&gt; hi man<br>
&gt;<br>
&gt;<br>
&gt;         It doesn&#39;t emit that event at the same time that a new Image()<br>
&gt;         does. I<br>
&gt;         need a way to throw an error to the user if the audio file<br>
&gt;         isn&#39;t<br>
&gt;         accessible. I do this for the images and it works quite well.<br>
&gt; I have used &quot;load&quot; and &quot;error&quot; and others events for new Image and new<br>
&gt; Audio and it seems that work fine, could you explain the event that<br>
&gt; you want to catch?<br>
&gt;<br>
&gt;<br>
&gt; I think audio.addEventListener(&quot;error&quot;, function(e) {....}, false );<br>
&gt; will do the work.<br>
&gt;<br>
&gt;<br>
&gt; btw. here is the list of events for media elements, section <a href="http://4.8.10.12" target="_blank">4.8.10.12</a>:<br>
&gt; <a href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">http://dev.w3.org/html5/spec/Overview.html</a><br>
&gt;<br>
&gt;<br>
&gt; greetings!<br>
&gt;<br>
&gt; 2009/11/18 Bryan Berry &lt;<a href="mailto:bryan@olenepal.org" target="_blank">bryan@olenepal.org</a>&gt;<br>
&gt;         Hey subzero,<br>
&gt;<br>
&gt;         Do you know when does an audio element created w/ new Audio()<br>
&gt;         emit the<br>
&gt;         onload event?<br>
&gt;<br>
&gt;         It doesn&#39;t emit that event at the same time that a new Image()<br>
&gt;         does. I<br>
&gt;         need a way to throw an error to the user if the audio file<br>
&gt;         isn&#39;t<br>
&gt;         accessible. I do this for the images and it works quite well.<br>
&gt;<br>
&gt;         I also need to this for svgs but haven&#39;t figured out the<br>
&gt;         mechanism<br><br></div></div></blockquote></div><br clear="all"><br>-- <br>Felipe López Toledo<br>