Im making a music player using HTML, jQuery and XML. The XML file contains the names of all the songs with their paths. I can't access the XML file locally because Chrome doesn't allow that, so I tried running it on localhost, but localhost doesn't let me play the mp3!
I opened the mp3 file on localhost (localhost/Yash/song.mp3) but it doesn't play the music.
Please help me find a solution to this.