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: 1958     Replies: 2     Last reply Nov 20, 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

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

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

Posted: Nov 20, 2009

Reply to: how can off double click of mouse on flowplayer that fullscreen not on, from dimkanet
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.


<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>