Good evening. I would put a still image before starting the videos, for about 10 seconds. I have tried many things and I can not.
Someone please tell me what I do using this code?
Regards,
Someone please tell me what I do using this code?
Regards,
<script type="text/javascript" src="http://www.topiberian.com/playerflv/flowplayer-3.1.4.min.js"></script>
<script language="JavaScript">
flowplayer("player", "http://www.topiberian.com/playerflv/flowplayer.commercial-3.1.3.swf", {
key: '#$e6111111111111110', canvas: {backgroundColor: '#000000',backgroundGradient: 'none'},
plugins: {
controls: {
backgroundColor: '#000000',
backgroundGradient: 'none',
durationColor: '#ffffff',
progressColor: '#ffffff',
bufferColor: '#666666',
timeBgColor: '#000000',
backgroundColor: '#000000',
buttonColor: '#db1721',
timeColor: '#ffffff',
buttonOverColor: '#ffffff',
volumeSliderColor: '#000000',
sliderColor: '#000000',
height: 24,
autoHide: 'always',
opacity: 1.0
}
},
clip: {autoBuffering: 'true', scaling: 'fit', bgcolor: '#000000'}
});
</script>