我在本地主机中使用 JWPlayer
这是我的代码:
<div id="Player">loading...</div>
<script type="text/javascript">
jwplayer("Player").setup({
file: "<?php echo $video['path']; ?>",
//image: "/test.jpg",
displaytitle: false,
author: "Mohammad Masoudian",
autoStart: false,
volume: 75,
width: 544,
height: 400
});
</script>
当我去这个地址http://cms2.localhost.com/video/1/我可以看到视频但是当我刷新页面时我收到这个错误?
无法加载插件:未找到文件
为什么?