使用 PHP 播放本地 MP3
我正在尝试通过 PHP 构建一个 mp3 播放器。到目前为止我是这样的: http://dataonrequest.com/mp3player/
现在我想以一种方式播放本地文件。我希望它从本地选择的文件夹中获取目录,并使用 php 构建库,而不是从主机文件夹中获取目录列表,就像我的在线示例一样。例如(C:\音乐)
I am trying to build an mp3 player through PHP. So far I made it like this:
http://dataonrequest.com/mp3player/
Now I want to make it in a way to play local files. Instead of getting the directory list from your host folders, I want it to get the dir from a local chosen Folder and build up the library with php just like my online example. e.g. (C:\Music)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想了解 Javascript 以及 jQuery 和 jPlayer (http://jplayer.org/) 以及 jQuery.twFile 等内容。
不过,如果我发现一个网站正在自动读取我的本地文件系统,我会非常非常沮丧。仅在服务器上设置文件浏览以进行任何入侵并不是一个好主意。
You want to look at Javascript and something like jQuery and jPlayer (http://jplayer.org/) and jQuery.twFile.
Though if I found a website that was automatically reading my local file system and I'd get really, really upset. And it's not a great idea to just setup file browsing on your server for anything to break into.