使用 mediaelement.js 独立 Flash 播放器

发布于 2024-10-20 20:05:52 字数 193 浏览 6 评论 0原文

我正在使用出色的 MediaElement.js 库来播放视频。但是,我想尝试构建另一个 Flash 播放器界面,但我想知道它是如何工作的。我知道的大多数 Flash 播放器都使用某种全局 Javascript 函数公开其界面,但我找不到它如何与 MediaElement.js 播放器配合使用。我确实在 me-shim.js 中找到了一些代码,但我不太明白如何使其工作。

i'm using the brilliant MediaElement.js library to play video. However, i want to try building another interface to the Flash player, but i'm wondering how this works. Most Flash players i know expose their interface using some kind of global Javascript function, but i can't find how this works with the MediaElement.js player. I did find some code in me-shim.js, but i can't quite get how to make this works.

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

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

发布评论

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

评论(1

静谧幽蓝 2024-10-27 20:05:52

你有几个选择。

  1. 您可以简单地编辑 CSS 和图像文件。
  2. 您可以添加自己的项目,如下所示: http://mediaelementjs.com/examples/?name=loop
  3. 或者您可以单独使用 flash shim 和事件,然后使用 css/html 和提供给您的 javascript 事件创建您自己的控件。

You have a few options.

  1. You can simply edit the CSS and image files.
  2. You can add your own items, like so: http://mediaelementjs.com/examples/?name=loop
  3. Or you can use the flash shim and events by themselves, then create your own controls using css/html and the javascript events provided to you.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文