Skip to content

Instantly share code, notes, and snippets.

@rafeca
Created November 14, 2011 13:57
Show Gist options
  • Save rafeca/1364000 to your computer and use it in GitHub Desktop.
Save rafeca/1364000 to your computer and use it in GitHub Desktop.
Phono initialization with Java applet
$(document).ready(function(){
phono = $.phono({
apiKey: 'xxx',
onReady: function(event, phone) {
// (...)
},
audio: {
type: 'java',
jar: 'http://hudson.voxeolabs.com/hudson/job/PhonoSDK/lastBuild/artifact/artifacts/sdk/plugins/audio/phono.audio.jar'
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment