views:

329

answers:

2

Is it possible to play a sound notification using Google Web Toolkit which will be translated to Javascript? Thanks.

A: 

Yes it's possible, scriptaculous (a js library) has a sound.js which is an example of how to do it. The source is under 50 lines of code.

toby
+3  A: 

Try using this library: http://code.google.com/p/gwt-voices/

Isaac Waller