Advertisement
achshar

Untitled

May 17th, 2011
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function drop(evt) {
  2.     var f = evt.dataTransfer.files[0];
  3.     document.getElementById('audio').src = URL.createObjectURL(f);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement