<p dir="ltr">Hi Kevin,</p>
<p dir="ltr">Are you sure the api your using is compatible with gtkwebkit2 (the web engine sugar uses)?</p>
<p dir="ltr">Try installing 'epiphany' (aka. Web) outside osbuild.  Epiphany also uses gtkwebkit2 - so if it works in Epiphany it is a bug is sugar or osbuild.  (I wouldn't be surprised if it doesn't work - gtkwebkit2 is not as good as firefox or chrome)</p>

<p dir="ltr">Sam</p>
<div class="gmail_quote">On Jun 23, 2014 7:53 PM, "Kevin Kreuzer" <<a href="mailto:kevin.kreuzer90@icloud.com">kevin.kreuzer90@icloud.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello<br>
<br>
I am developing a Sugar Web Activity.<br>
I have installed osbuild on an Linux Fedora to have a full Sugar environment.<br>
<br>
In my application I want to include sounds. If I visit a website with the browser in Sugar I am able to play sounds. I have already written the code for the sound.<br>
This code looks like this:<br>
<br>
var backgroundmusic = new Audio("");<br>
document.body.appendChild(backgroundmusic);<br>
backgroundmusic.src = „blabla.ogg"<br>
backgroundmusic.play();<br>
<br>
Everything works perfectly fine if I start my application with Sugarizer in a Web Browser by double clicking on the index.html.<br>
But if I run my application on Sugar it doesn’t work. If have tried now for a few days and I am always getting the same result.<br>
<br>
Am I missing any configuration or is there something wrong with my installation?<br>
<br>
Thanks for the help<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</blockquote></div>