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: 1109 Replies: 1 Last reply Nov 30, 2009
You must login first before you can use this feature
Check here: http://flowplayer.org/documentation/events/player.html . Read about the onBeforeFullScreen event
It seems like this should work
I haven't tested this at all but I think the syntax should be right
It seems like this should work
onBeforeFullScreen: function(){
return false;
}
I haven't tested this at all but I think the syntax should be right