&gt;create an Audio object that uses flash or<br>&gt;plugin media players in the background for backwards compatibility<br>Yes, that&#39;s right.<br><br>Since it exists &quot;new Image()&quot; new Audio() seems familiar. <br>
<br>Thanks for your advise.<br><br><div class="gmail_quote">2009/6/4 Lucian Branescu <span dir="ltr">&lt;<a href="mailto:lucian.branescu@gmail.com">lucian.branescu@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For sound, you&#39;ll either have to find a wrapper that can use both<br>
&lt;audio&gt; and flash or use &lt;audio&gt; (or more precisely use it with<br>
scripting, new Audio()) and create an Audio object that uses flash or<br>
plugin media players in the background for backwards compatibility<br>
(which can use soundmanager or whatever else you like).<br>
<br>
2009/6/4 Felipe López Toledo &lt;<a href="mailto:zer.subzero@gmail.com">zer.subzero@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; nice example<br>
&gt;<br>
&gt; it has a tween.js with easing equations - excellent<br>
&gt;<br>
&gt; about the sounds (here is the tricky part)<br>
&gt; it uses soundmanager2 <a href="http://www.schillmania.com/projects/soundmanager2/" target="_blank">http://www.schillmania.com/projects/soundmanager2/</a><br>
&gt; really really useful....but it depends on a swf file (soundmanager2.swf) in<br>
&gt; the background.. so, if you don&#39;t have the flash plugin the sounds don&#39;t<br>
&gt; work :(<br>
&gt;<br>
&gt; here is more information about the flash based solution<br>
&gt; <a href="http://www.boutell.com/newfaq/creating/scriptsound.html" target="_blank">http://www.boutell.com/newfaq/creating/scriptsound.html</a><br>
&gt;<br>
&gt; there is also other flash audio wrappers<br>
&gt; like JS Sound Kit <a href="http://jssoundkit.sourceforge.net/" target="_blank">http://jssoundkit.sourceforge.net/</a><br>
&gt;<br>
&gt; also, I found a (ugly) java applet solution :S<br>
&gt;<br>
&gt; and jQuery has its own sound plugin <a href="http://plugins.jquery.com/project/sound" target="_blank">http://plugins.jquery.com/project/sound</a><br>
&gt; that was useless<br>
&gt;<br>
&gt; so....<br>
&gt;<br>
&gt; why not to use &lt;audio&gt;?<br>
&gt;<br>
&gt; here it is :)  <a href="http://karma.sugarlabs.org/can_cant/" target="_blank">http://karma.sugarlabs.org/can_cant/</a><br>
&gt; btw It&#39;s simpler than the others<br>
&gt;<br>
&gt;<br>
&gt; 2009/6/3 Lucian Branescu &lt;<a href="mailto:lucian.branescu@gmail.com">lucian.branescu@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Very interesting, especially because of its browser support.<br>
&gt;&gt;<br>
&gt;&gt; 2009/6/3 Bryan Berry &lt;<a href="mailto:bryan@olenepal.org">bryan@olenepal.org</a>&gt;:<br>
&gt;&gt; &gt; <a href="http://static.boundvariable.com/space-invaders/" target="_blank">http://static.boundvariable.com/space-invaders/</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; does most of the animation that we need using raphaeljs, which uses svg<br>
&gt;&gt; &gt; and not canvas <a href="http://www.raphaeljs.com" target="_blank">http://www.raphaeljs.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Bryan W. Berry<br>
&gt;&gt; &gt; Technology Director<br>
&gt;&gt; &gt; OLE Nepal, <a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Sugar-devel mailing list<br>
&gt;&gt; &gt; <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
&gt;&gt; &gt; <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>