This is a message.

Forum user: jits

Basic information

Registered Jan 19, 2009
Last login Feb 9, 2009
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/7709

Latest forum posts

Posts:

Registered:

» » Background Gradient for controls

Posted: Jan 20, 2009

Thanks Tipiirai,
It's really very easy to change.

Posts:

Registered:

Background Gradient for controls

Posted: Jan 19, 2009

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

Posts:

Registered:

Custom skin for Player

Posted: Jan 19, 2009

Is there any way to use custom skin instead of changing color codes only?

Or, do we have source FLA to make our own custom skin for Player?

Posts:

Registered:

Custom Background Gradient

Posted: Jan 19, 2009

How do I know values for greeen or any other color gradient?

For ex.:
backgroundGradient: [0.6,0.3,0,0,0] for Red theme.
backgroundGradient: [?,?,?,?,?] for green color gradient??