Skip to content

Instantly share code, notes, and snippets.

@YurySolovyov
Created August 9, 2016 20:44
Show Gist options
  • Save YurySolovyov/c111c846c4e768199f0de4cc3d56fc6e to your computer and use it in GitHub Desktop.
Save YurySolovyov/c111c846c4e768199f0de4cc3d56fc6e to your computer and use it in GitHub Desktop.
var f = 'D:/MUSIC/VERY_OLD_STUFF/Alcorus_-_Shine.mp3';
var a = new Audio();
a.src = `media://${f}`;
a.play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment