我在php项目中使用JW播放器。我的代码就像轰鸣声 -
<div id="vcontainer" style="width:320px">Loading the player ...</video>
<script type="text/javascript">
jwplayer("vcontainer").setup({
autostart: false,
controlbar: "bottom",
file: "http://mysite.net/vid.flv",
image: "screen.jpg",
flashplayer: "player.swf",
volume: '.$volume.',
width: '.$width.',
height: '.$height.'
});
</script>
如果可能,我想要两件事:
答案 0 :(得分:0)
1)我不相信这是可能的。我想要相同的功能,但JWP支持人员告诉我,播放器不支持此功能,我们无法使用鼠标事件控制控制栏。 2)在播放后你会看到这些选项你可能在jw播放器中设置了一个叫做病毒或共享(我不确定名字)的插件。此选项是启用的插件的一部分,而不是JWPlayer。您可以删除插件以不显示此选项