You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

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

dimkanet

Posts: 12

Registered:
Nov 20, 2009

how can off double click of mouse on flowplayer that fullscreen not on

Posted: Nov 20, 2009

how can off double click of mouse on flowplayer that fullscreen not on

aarond

Posts: 33

Registered:
Nov 27, 2009

» how can off double click of mouse on flowplayer that fullscreen not on

Posted: Nov 30, 2009

Reply to: how can off double click of mouse on flowplayer that fullscreen not on, from dimkanet
Check here: http://flowplayer.org/documentation/events/player.html . Read about the onBeforeFullScreen event

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