Thanks API,
I was also looking for one more solution in another post, but not get any response yet there.
Here is code:
<script language="javascript">
// our custom configuration is given in third argument
flowplayer("playerContainer", "path/to/flowplayer-3.0.3.swf",{
plugins: {
controls: {
backgroundGradient: [0.6,0.3,0,0,0],
sliderColor: '#000000',
backgroundColor: '#a54040',
timeColor: '#ff0a0a',
bufferColor: '#7b2424',
progressGradient: 'medium',
progressColor: '#000000',
buttonOverColor: '#728B94',
borderRadius: '0px',
buttonColor: '#000000',
bufferGradient: 'none',
durationColor: '#ffffff',
sliderGradient: 'none',
opacity:1.0
}
}
});
</script>
PROBLEM:
How do I know values for green or any other color gradient?
For ex.:
backgroundGradient: [0.6,0.3,0,0,0] for Red theme.
backgroundGradient: [?,?,?,?,?] for green color gradient??