gpt4 book ai didi

javascript - JW Player本地加载高清插件

转载 作者:行者123 更新时间:2023-12-02 20:08:23 27 4
gpt4 key购买 nike

我一直在尝试使用 jw 嵌入器代码在本地加载 HD 插件。我知道您需要使用本地插件的完整 URL,但我无法让参数起作用。另外,您还需要加载 hd.js 文件吗?有人可以分享一个实际的例子吗?这不起作用。

plugins: {hd:"http://www.mysite.com/swf/files/hd.swf" { file:"http://www.mysites.com/vid/file.mp4", fullscreen: false,state: true },                            
},

最佳答案

你的做法是错误的,这里是如何做的。
您不需要指定"hd: <the url>" ,如果您想在本地提供文件,只需 url 就足够了。

plugins: {
"http://www.example.com/swf/files/hd.swf": {
file: "http://www.example.com/vid/file.mp4",
fullscreen: false,
state: true
}
}

关于javascript - JW Player本地加载高清插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7217802/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com