使用Javascript:
jwplayer("mvcontainer").setup({
flashplayer: "https://media.dreamhost.com/mp5/player.swf",
file: "video_file.flv",
icons: true,
autostart: true,
controlbar: "bottom",
height: 406,
width: 628
});
HTML:
<div id="mvcontainer"></div>
以上编码用于在我的网站中播放flv
视频。这个编码工作正常,但我有一个问题。我删除了视频,然后在同一页面中替换了一些内容。视频没有停止,它在后台持续播放。
如何阻止它?