如何制作具有声音的背景视频播放列表

时间:2019-05-06 19:39:48

标签: javascript html background http-status-code-404

视频将不会作为背景播放。我该如何解决这个问题? 影片是Playstation 2死亡的红屏。 我尝试了其他视频,但现在不起作用。 需要2个js文件。

<script src="https://robocop79.github.io/JS/vbacksound.js"></script>
<script src="https://robocop79.github.io/JS/vbackplay404.js"></script>

<style>
*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
}

html, body {
    min-height: 100vh;
}
.flexible {
    position:absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -999;
    top: 0;
    left: 0;
}

.myClass {
    overflow: hidden;
    color: #eee;
    padding: 3em;
}

.myClass ul li {
    font-family: Arial;
    font-size: 20pt;
    line-height: 30pt;
}

.hidden {
    display: none;
}

.content {
    color: #eee;
    font-size: 1.5em;
}

.bgv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-image: none;
    background-repeat: repeat;
    z-index: -998;
}

p {
    color: #eee;
}
</style>

我希望有声音的背景视频播放列表,但是什么也没发生。

1 个答案:

答案 0 :(得分:0)

我们需要查看更多代码。您的HTML文件是什么样的?

您可以按照以下Mozilla文章开始使用: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video