[SOLVED] Paused video shows play button overlay

BentFranklin

Joined: 2012-04-24
Posts: 32
Posted: Tue, 2012-06-26 05:20

Is there any way to NOT show the play button overlay (triangle inside a circle) superimposed on the video when paused? It makes it impossible to study a still or take a screenshot.

I'm willing to dig through code but I don't know where to look.

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25964
Posted: Tue, 2012-06-26 13:30

Here is a good place to start:
flowplayer.org/plugins/flash/controlbar.html
I have never played with customization but it might be able to be done.
If not you can use a different player.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25964
Posted: Thu, 2012-06-28 04:15

From http://flowplayer.org/documentation/skinning/branding.html
This works,
Edit modules/gallery/views/movieplayer.html.php
add the red:

      clip: {
        scaling: 'fit'
      },
      play: { opacity: 0 },
      plugins: {
        pseudostreaming: {
          url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>"
        },

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
BentFranklin

Joined: 2012-04-24
Posts: 32
Posted: Thu, 2012-06-28 13:04

Works perfectly! Thanks! I would never have found that.

Login or register to post comments