jw 播放器如果我使用配置文件则无法工作

发布于 2024-11-07 01:43:05 字数 658 浏览 4 评论 0原文

如果我使用:

player.swf?config=http://example.com/embed/video.php?id=weILNyHEqmI

和代码:

<config>
  <link>http://example.com/</link>
  <file>http://www.youtube.com/watch?v=weILNyHEqmI</file>
  <image>http://example.com/path-to-image.png</image>
  <repeat>true</repeat>
  <autostart>false</autostart>
</config>

它显示:

找不到视频:

http://www.youtube.com/watch?v=weILNyHEqmI

有什么问题吗?我能做些什么?

If I use:

player.swf?config=http://example.com/embed/video.php?id=weILNyHEqmI

with the code:

<config>
  <link>http://example.com/</link>
  <file>http://www.youtube.com/watch?v=weILNyHEqmI</file>
  <image>http://example.com/path-to-image.png</image>
  <repeat>true</repeat>
  <autostart>false</autostart>
</config>

it shows :

Video not found:

http://www.youtube.com/watch?v=weILNyHEqmI

What is the problem? What can I do?

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

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

发布评论

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

评论(1

沉溺在你眼里的海 2024-11-14 01:43:05

您是否尝试过将提供商设置为 youtube?

provider=youtube

您引用了 yt.swf 吗?你需要为 youtube 视频托管它,如果你在 Firebug 中查看你的播放器,你应该会看到对它的调用。

Have you tried setting the provider to youtube?

provider=youtube

And are you reference the yt.swf? You need to host it for youtube video, if you look in Firebug where your player you should see a call to it.

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