-1

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

bozzmob
  • 12,364
  • 16
  • 50
  • 73
Sundar
  • 51
  • 1
  • 8

1 Answers1

2

Not sure if

fullscreen: false

will work.

You can also check

Flowplayer 1

Flowplayer 2

brk
  • 48,835
  • 10
  • 56
  • 78