使用 PHP 播放本地 MP3

发布于 2024-12-09 05:41:24 字数 237 浏览 1 评论 0原文

我正在尝试通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴随着你 2024-12-16 05:41:24

您想了解 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文