Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Video JWPlayer嵌入不工作_Video_Embed_Jwplayer - Fatal编程技术网

Video JWPlayer嵌入不工作

Video JWPlayer嵌入不工作,video,embed,jwplayer,Video,Embed,Jwplayer,Lontailvideo网站上提供的嵌入代码无效。我有: <!doctype html> <html lang="en"> <head> <script type="text/javascript" src="/jwplayer/jwplayer.js"></script> </head> <body> <div id="myElement">Loadi

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文件,并指定了正确的路径,但没有乐趣


有什么想法吗?

你有我们可以查看的链接吗?