Advertisement
patrickc

Untitled

Aug 1st, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.url = new Audio();
  2.     this.url.src = Mojo.appPath + "/audio/LOSE.wav";
  3.  
  4. OwnURLAssistant.prototype.playURL = function() {
  5. this.mediaObj.play();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement