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

Posts: 25964
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
Posts: 25964
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
Posts: 32
Works perfectly! Thanks! I would never have found that.