How to use HTML5 audio tag with GWT
In a nutshell, GWT and the html5 audio tag work very well with one another. It’s a rather simple matter to interface with the audio tag through strategic use of JSNI (JavaScriptNativeInterface). Basically, JSNI means that you can get your Javascript all up in your Java. Continue reading ‘How to use HTML5 audio tag with GWT’


