基于闪存的无头 MP3 播放器

发布于 2024-11-12 03:26:32 字数 233 浏览 3 评论 0 原文

你知道任何基于 Flash 的无头 mp3 播放器可通过 javascript 编写脚本吗? 我只需要一个公共 API 来控制播放(加载、播放、停止、查找)和一组可捕获事件(onLoad、onPlay、onStop、onEnd)。我不需要用户界面,不需要帮助脚本来嵌入播放器,不需要播放列表支持......而且我花了很多时间却没有结果。

我只需要一个针对不支持 HTML5 音频标签的浏览器的后备系统。

你有什么推荐吗?

Do you know any headless flash-based mp3 player scriptable trough javascript?
I just need a public API to control playback (load, play, stop, seek) and a set of capturable events (onLoad, onPlay, onStop, onEnd). I need no UI, no helper scripts to embed the player, no support for playlists... and I'm spending so much time with no results.

I just need a fallback system for browsers that do not support HTML5 audio tag.

Do you have any recommendation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

脱离于你 2024-11-19 03:26:32

SoundManager2 应该可以做到这一点。

另一个更具实验性的选择是查看 GWT 语音项目 并检查它如何与 Flash 交互。

SoundManager2 should do that fine.

Another, much more experimental option would be to take a look at GWT voices project and check how it interacts with Flash.

八巷 2024-11-19 03:26:32

我为我发现的一个非常小的 MP3 播放器制作了一个小教程和两个模板。

播放器的功能包括:

  • 播放
  • 暂停
  • 停止
  • 循环 开/关

阅读此处

I made a small tutorial and two templates for a really tiny such mp3 player that I found.

The player's capabilites are:

  • play
  • pause
  • stop
  • loop on/off

Read here.

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