delete 发表于 2024-5-13 12:35:35

有大佬知道3.5自带的dplayer怎么静音播放吗


[*]function html5DPlayer(randomid, ext, src, poster, width, height) {
[*]      if (JSLOADED && (ext != 'flv' || JSLOADED)) {
[*]                window = new DPlayer({
[*]                        container: $(randomid + '_container'),
[*]                        autoplay: true,
[*]                        loop: false,
[*]                        screenshot: false,
[*]                        hotkey: true,
[*]                        preload: 'metadata',
[*]                        volume: 0.3,
[*]                        mutex: true,
[*]                        listFolded: true,
[*]                        video: {
[*]                              url: src
[*]                              pic:
[*]                        }                });
rgbmuted: true 都没有作用,会直接默认为0.7的音量播放


来源:https://www.dismall.com/thread-22147-1-1.html
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!
页: [1]
查看完整版本: 有大佬知道3.5自带的dplayer怎么静音播放吗