Lontailvideo 网站上给出的嵌入代码不起作用。我有:
<!doctype html>
<html lang="en">
<head>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
</head>
<body>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "http://techslides.com/demos/sample-videos/small.mp4",
image: "ss.png"
});
</script>
</body>
出现的只是显示“正在加载播放器...”的 div 标签。我已经添加了它要求的相关 JS 文件并指定了正确的路径,但并不高兴。
有任何想法吗?