Guest User

Untitled

a guest
Jul 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Reset Audio Object
  2. this.audioPlayer.src = null;
  3. this.audioPlayer.load();
  4.  
  5. var file = Mojo.appPath + 'audio/'+name;
  6. Mojo.Log.error("Playback file:" + name);
  7.  
  8. this.audioPlayer.src = file;
  9. this.audioPlayer.play();
Add Comment
Please, Sign In to add comment