Hello i tried to disable the download button in JW Media Player. But it does not work.
Here is my example.

print swf('test1.flv',
          array(
            'flashvars' => array('showdownload' => 'false')
          )
        );

Whats is the right syntax for flashvars?

Comments

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

The syntax is right, but the showdownload parameter no longer exists in JW Player. There are a few threads discussing it on the JW website.

Setting to "closed".