jw 播放器如果我使用配置文件则无法工作
如果我使用:
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>
它显示:
找不到视频:
有什么问题吗?我能做些什么?
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:
What is the problem? What can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过将提供商设置为 youtube?
您引用了 yt.swf 吗?你需要为 youtube 视频托管它,如果你在 Firebug 中查看你的播放器,你应该会看到对它的调用。
Have you tried setting the provider to 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.