Created
August 9, 2016 20:44
-
-
Save YurySolovyov/c111c846c4e768199f0de4cc3d56fc6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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