Plesae any one help me to solve this issue. i have been trying to hide the fullscreen button from the flowplayer. But I can't find a solution.
Here is my js code-
<script>
$f("player", "flowplayer/flowplayer3.2.10.swf", {
key: '#$123456',
// don't start automatically so we can see the button
clip: {
autoPlay: false
},
enableFullscreen: 'false'
});
I will appreciate if any one can help me. Thanks in advance