//play.php
/ / The focus is this sentence
//
Object>
//fileselect.php
PHP
$ PATH = "D: // my music /";
// I put it under the folder of the WwWroot from the music file.
$ FILESIZE = FileSize ($ PATH. $ FILE_NAME);
Header ("Content-Type: Audio / MPEG");
Header ("Content-Length: $ FileSize);
Readfile ($ PATH. $ FILE_NAME);
?>