八周交易计划2踢馆选手强势上线, 八周交易狼烟四起
<!DOCTYPE html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div id="divVideo"></div>
<script type="text/javascript">
playVideo({
elemt: document.getElementById("divVideo"),
src: "http://jin10videoserver.jin10.com/Act-ss-mp4-hd/c4a0a4fbd4c245449900e2e379c15bd1/谁是黑马第五集4.mp4",
preload: "true",
autoplay: "true",
poster: "",
loop: "true",
width: "",
heigth:""
});
functionplayVideo (opt) {
if (typeof (opt) == "undefined") {
alert("http://jin10videoserver.jin10.com/Act-ss-mp4-hd/c4a0a4fbd4c245449900e2e379c15bd1/谁是黑马第五集4.mp4");
return;
}
if (typeof (opt.elemt) == "undefined") {
alert("http://jin10videoserver.jin10.com/Act-ss-mp4-hd/c4a0a4fbd4c245449900e2e379c15bd1/谁是黑马第五集4.mp4");
return;
}
if (typeof (opt.src) == "undefined") {
alert("http://jin10videoserver.jin10.com/Act-ss-mp4-hd/c4a0a4fbd4c245449900e2e379c15bd1/谁是黑马第五集4.mp4");
return;
}
var _this = this;
_this.elemt = opt.elemt;
_this.src = opt.src;
_this.width = opt.width > 0 ? opt.width + "px" : "100%";
_this.height = opt.height > 0 ? opt.height + "px" : "100%";
_this.autoplay = opt.autoplay == "true" ? "autoplay" : "";
_this.poster = opt.poster;
_this.preload = opt.preload == "true" ? "preload" : "";
_this.loop = opt.loop == "true" ? "loop" : "";
var str = "<video id='playVideo' controls ";
str += " width='" + _this.width + "' height='" + _this.height + "' " + _this.autoplay + " " + _this.preload + " " + _this.loop + " ";
if (typeof (_this.poster) != "undefined") {
str += " poster='" + _this.poster + "' >";
} else {
str += " > ";
}
str += " <source src='" + _this.src + "'type='video/mp4; codecs='avc1.42E01E, mp4a.40.2''/>";
str += "</video>";
_this.elemt.innerHTML = str;
}
</script>
</body>
页:
[1]