how can off double click of mouse on flowplayer that fullscreen not on
how can off double click of mouse on flowplayer that fullscreen not on Created Nov 20, 2009
This thread is solved
Views: 1958 Replies: 2 Last reply Nov 20, 2009
You must login first before you can use this feature
You can use allowfullscreen: 'false',
This will completely disable the full screen button as well though.
And Please don't repeatedly spam the heck out of the forums with the same question.
This will completely disable the full screen button as well though.
And Please don't repeatedly spam the heck out of the forums with the same question.
<script language="JavaScript">
$f("player", { allowfullscreen: 'false', src: "/flowplayer-3.1.5.swf"},
{
clip: {
url: "/path/to/video.flv",
scale: 'fit',
autoPlay: false,
autoBuffer: false
}
});
</script>